Html Css Color HEX #79CF0F Lima

📋 copy color: '#79CF0F'

red 121 ◦ green 207 ◦ blue 15

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

Shades of Lima #79CF0F

Tints of Lima #79CF0F

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 value IS 0.42

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#79CF0F (or 0x79CF0F) is known color: 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

RGB 121 207 15 -
CMYK 0.42 0 0.93 0.19
HSL 86.88º 0.86% 0.44% -
HSV(B) 86.88º 0.93% 0.81% -
XYZ 30.28 48.73 8.26 -
YUV 159.4 46.51 100.61 -
System Red Green Blue C M Y K H S L
Decimal 121 207 15 0.42 0 0.93 0.19 86.88 0.86 0.44
Hex 79 CF F 2A 0 5D 13 57 56 2C
Octal 171 317 17 52 0 135 23 127 126 54
Binary 1111001 11001111 1111 101010 0 1011101 10011 1010111 1010110 101100

Color Harmonies of #79CF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79CF0F

Black with #79CF0F

Text Example


Text Example

White with #79CF0F

Text Example


Text Example

HTML Codes & Css Web 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>