Html Css Color HEX #77CE0F Lima

📋 copy color: '#77CE0F'

red 119 ◦ green 206 ◦ blue 15

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

Shades of Lima #77CE0F

Tints of Lima #77CE0F

RGB

 RED value IS 119 (46.88% from 255) = 35%

 GREEN value IS 206 (80.86% from 255) = 60.59%

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

R = 35%
G = 60.59%
B = 4.41%

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

#77CE0F (or 0x77CE0F) is known color: Lima. HEX triplet: 77, CE and 0F. RGB value is (119,206,15). Sum of RGB (Red+Green+Blue) = 119+206+15=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 206 (80.86% from 255 or 60.59% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 206 - color contains mainly: green. Hex color #77CE0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CE0F is #8831F0. Grayscale: #9E9E9E. Windows color (decimal): -8925681 or 1035895. OLE color: 1035895.

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

Color convert

RGB 119 206 15 -
CMYK 0.42 0 0.93 0.19
HSL 87.33º 0.86% 0.43% -
HSV(B) 87.33º 0.93% 0.81% -
XYZ 29.77 48.1 8.17 -
YUV 158.21 47.18 100.03 -
System Red Green Blue C M Y K H S L
Decimal 119 206 15 0.42 0 0.93 0.19 87.33 0.86 0.43
Hex 77 CE F 2A 0 5D 13 57 56 2B
Octal 167 316 17 52 0 135 23 127 126 53
Binary 1110111 11001110 1111 101010 0 1011101 10011 1010111 1010110 101011

Color Harmonies of #77CE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CE0F

Black with #77CE0F

Text Example


Text Example

White with #77CE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77CE0F; }

 p { color: rgb(119,206,15); }

 H1.HeaderClassName
 {
   color: #77CE0F;
 }
 .AnyTagClassName
 {
   color: #77CE0F;
 }
</style>

background-color css

<style>
 a { background-color: #77CE0F; }

 a { background-color: rgb(119,206,15); }

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

border-color css

<style>
 span { border-color: #77CE0F; }

 span { border-color: rgb(119,206,15); }

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