Html Css Color HEX #7FBF08 Lima

📋 copy color: '#7FBF08'

red 127 ◦ green 191 ◦ blue 8

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

Shades of Lima #7FBF08

Tints of Lima #7FBF08

RGB

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

 GREEN value IS 191 (75% from 255) = 58.59%

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 38.96%
G = 58.59%
B = 2.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#7FBF08 (or 0x7FBF08) is known color: Lima. HEX triplet: 7F, BF and 08. RGB value is (127,191,8). Sum of RGB (Red+Green+Blue) = 127+191+8=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 191 (75% from 255 or 58.59% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBF08 is #8040F7. Grayscale: #979797. Windows color (decimal): -8405240 or 573311. OLE color: 573311.

HSL color Cylindrical-coordinate representation of color #7FBF08: hue angle of 80.98º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7FBF08 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 191 8 -
CMYK 0.34 0 0.96 0.25
HSL 80.98º 0.92% 0.39% -
HSV(B) 80.98º 0.96% 0.75% -
XYZ 27.43 41.79 6.85 -
YUV 151 47.3 110.88 -
System Red Green Blue C M Y K H S L
Decimal 127 191 8 0.34 0 0.96 0.25 80.98 0.92 0.39
Hex 7F BF 8 22 0 60 19 51 5C 27
Octal 177 277 10 42 0 140 31 121 134 47
Binary 1111111 10111111 1000 100010 0 1100000 11001 1010001 1011100 100111

Color Harmonies of #7FBF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBF08

Black with #7FBF08

Text Example


Text Example

White with #7FBF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,191,8); }

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

background-color css

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

 a { background-color: rgb(127,191,8); }

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

border-color css

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

 span { border-color: rgb(127,191,8); }

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