Html Css Color HEX #7FBF0F Lima

📋 copy color: '#7FBF0F'

red 127 ◦ green 191 ◦ blue 15

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

Shades of Lima #7FBF0F

Tints of Lima #7FBF0F

RGB

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

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

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

R = 38.14%
G = 57.36%
B = 4.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#7FBF0F (or 0x7FBF0F) is known color: Lima. HEX triplet: 7F, BF and 0F. RGB value is (127,191,15). Sum of RGB (Red+Green+Blue) = 127+191+15=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 191 (75% from 255 or 57.36% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBF0F is #8040F0. Grayscale: #989898. Windows color (decimal): -8405233 or 1032063. OLE color: 1032063.

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

Color convert

RGB 127 191 15 -
CMYK 0.34 0 0.92 0.25
HSL 81.82º 0.85% 0.4% -
HSV(B) 81.82º 0.92% 0.75% -
XYZ 27.47 41.81 7.07 -
YUV 151.8 50.8 110.31 -
System Red Green Blue C M Y K H S L
Decimal 127 191 15 0.34 0 0.92 0.25 81.82 0.85 0.4
Hex 7F BF F 22 0 5C 19 52 55 28
Octal 177 277 17 42 0 134 31 122 125 50
Binary 1111111 10111111 1111 100010 0 1011100 11001 1010010 1010101 101000

Color Harmonies of #7FBF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBF0F

Black with #7FBF0F

Text Example


Text Example

White with #7FBF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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