Html Css Color HEX #7FC80D Lima

📋 copy color: '#7FC80D'

red 127 ◦ green 200 ◦ blue 13

#7FC80D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7FC80D

Tints of Lima #7FC80D

RGB

 RED value IS 127 (50% from 255) = 37.35%

 GREEN value IS 200 (78.52% from 255) = 58.82%

 BLUE value IS 13 (5.47% from 255) = 3.82%

R = 37.35%
G = 58.82%
B = 3.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7FC80D (or 0x7FC80D) is known color: Lima. HEX triplet: 7F, C8 and 0D. RGB value is (127,200,13). Sum of RGB (Red+Green+Blue) = 127+200+13=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 200 (78.52% from 255 or 58.82% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC80D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC80D is #8037F2. Grayscale: #9D9D9D. Windows color (decimal): -8402931 or 903295. OLE color: 903295.

HSL color Cylindrical-coordinate representation of color #7FC80D: hue angle of 83.42º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7FC80D is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 200 13 -
CMYK 0.36 0 0.94 0.22
HSL 83.42º 0.88% 0.42% -
HSV(B) 83.42º 0.94% 0.78% -
XYZ 29.48 45.85 7.68 -
YUV 156.86 46.82 106.71 -
System Red Green Blue C M Y K H S L
Decimal 127 200 13 0.36 0 0.94 0.22 83.42 0.88 0.42
Hex 7F C8 D 24 0 5E 16 53 58 2A
Octal 177 310 15 44 0 136 26 123 130 52
Binary 1111111 11001000 1101 100100 0 1011110 10110 1010011 1011000 101010

Color Harmonies of #7FC80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC80D

Black with #7FC80D

Text Example


Text Example

White with #7FC80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FC80D; }

 p { color: rgb(127,200,13); }

 H1.HeaderClassName
 {
   color: #7FC80D;
 }
 .AnyTagClassName
 {
   color: #7FC80D;
 }
</style>

background-color css

<style>
 a { background-color: #7FC80D; }

 a { background-color: rgb(127,200,13); }

 div.DivClassName
 {
   background-color: #7FC80D;
 }
 .BgClassName
 {
   background-color: #7FC80D;
 }
</style>

border-color css

<style>
 span { border-color: #7FC80D; }

 span { border-color: rgb(127,200,13); }

 td.TdClassName
 {
   border-color: #7FC80D;
 }
 .TagClassName
 {
   border-color: #7FC80D;
 }
</style>