#79CF0F

Color #79CF0F Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #79CF0F

Tints of Lima #79CF0F

Color information

#79CF0F (or 0x79CF0F) is unknown color: approx Lima. HEX triplet: 79, CF and 0F. RGB value is (121,207,15). Sum of RGB (Red+Green+Blue) = 121+207+15=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 207 (81.25% from 255 or 60.35% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 207 - color contains mainly: green. Hex color #79CF0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79CF0F is #8630F0. Grayscale: #A0A0A0. Windows color (decimal): -8794353 or 1036153. OLE color: 1036153.

HSL color Cylindrical-coordinate representation of color #79CF0F: hue angle of 86.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #79CF0F is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB12120715-
CMYK0.4200.930.19
HSL86.88º86.49%43.53%-
HSV(B)86.88º92.75%81.18%-
XYZ30.2848.738.26-
YUV159.446.51100.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.28%
GREEN value IS 207 (81.25% from 255) = 60.35%
BLUE value IS 15 (6.25% from 255) = 4.37%
R=35.28%
G=60.35%
B=4.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal121207150.4200.930.1986.8886.4943.53
Hex79CFF2A05D1357562c
Octal171317175201352312712654
Binary1111001110011111111101010010111011001110101111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79CF0F; }

 p { color: rgb(121,207,15); }

 H1.HeaderClassName
 {
   color: #79CF0F;
 }
 .AnyTagClassName
 {
   color: #79CF0F;
 }
</style>
background-color css

<style>
 a { background-color: #79CF0F; }

 a { background-color: rgb(121,207,15); }

 div.DivClassName
 {
   background-color: #79CF0F;
 }
 .BgClassName
 {
   background-color: #79CF0F;
 }
</style>
border-color css

<style>
 span { border-color: #79CF0F; }

 span { border-color: rgb(121,207,15); }

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