Html Css Color HEX #7FB80F Lima

📋 copy color: '#7FB80F'

red 127 ◦ green 184 ◦ blue 15

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

Shades of Lima #7FB80F

Tints of Lima #7FB80F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.44%

 BLUE value IS 15 (6.25% from 255) = 4.6%

R = 38.96%
G = 56.44%
B = 4.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#7FB80F (or 0x7FB80F) is known color: Lima. HEX triplet: 7F, B8 and 0F. RGB value is (127,184,15). Sum of RGB (Red+Green+Blue) = 127+184+15=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB80F is #8047F0. Grayscale: #949494. Windows color (decimal): -8407025 or 1030271. OLE color: 1030271.

HSL color Cylindrical-coordinate representation of color #7FB80F: hue angle of 80.24º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7FB80F is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 127 184 15 -
CMYK 0.31 0 0.92 0.28
HSL 80.24º 0.85% 0.39% -
HSV(B) 80.24º 0.92% 0.72% -
XYZ 25.98 38.83 6.58 -
YUV 147.69 53.12 113.24 -
System Red Green Blue C M Y K H S L
Decimal 127 184 15 0.31 0 0.92 0.28 80.24 0.85 0.39
Hex 7F B8 F 1F 0 5C 1C 50 55 27
Octal 177 270 17 37 0 134 34 120 125 47
Binary 1111111 10111000 1111 11111 0 1011100 11100 1010000 1010101 100111

Color Harmonies of #7FB80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB80F

Black with #7FB80F

Text Example


Text Example

White with #7FB80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,184,15); }

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

background-color css

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

 a { background-color: rgb(127,184,15); }

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

border-color css

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

 span { border-color: rgb(127,184,15); }

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