Html Css Color HEX #7FBB16 Lima

📋 copy color: '#7FBB16'

red 127 ◦ green 187 ◦ blue 22

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

Shades of Lima #7FBB16

Tints of Lima #7FBB16

RGB

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

 GREEN value IS 187 (73.44% from 255) = 55.65%

 BLUE value IS 22 (8.98% from 255) = 6.55%

R = 37.8%
G = 55.65%
B = 6.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#7FBB16 (or 0x7FBB16) is known color: Lima. HEX triplet: 7F, BB and 16. RGB value is (127,187,22). Sum of RGB (Red+Green+Blue) = 127+187+22=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBB16 is #8044E9. Grayscale: #969696. Windows color (decimal): -8406250 or 1489791. OLE color: 1489791.

HSL color Cylindrical-coordinate representation of color #7FBB16: hue angle of 81.82º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7FBB16 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 187 22 -
CMYK 0.32 0 0.88 0.27
HSL 81.82º 0.79% 0.41% -
HSV(B) 81.82º 0.88% 0.73% -
XYZ 26.67 40.11 7.1 -
YUV 150.25 55.62 111.42 -
System Red Green Blue C M Y K H S L
Decimal 127 187 22 0.32 0 0.88 0.27 81.82 0.79 0.41
Hex 7F BB 16 20 0 58 1B 52 4F 29
Octal 177 273 26 40 0 130 33 122 117 51
Binary 1111111 10111011 10110 100000 0 1011000 11011 1010010 1001111 101001

Color Harmonies of #7FBB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBB16

Black with #7FBB16

Text Example


Text Example

White with #7FBB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,187,22); }

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

background-color css

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

 a { background-color: rgb(127,187,22); }

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

border-color css

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

 span { border-color: rgb(127,187,22); }

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