Html Css Color HEX #77D00E Lima

📋 copy color: '#77D00E'

red 119 ◦ green 208 ◦ blue 14

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

Shades of Lima #77D00E

Tints of Lima #77D00E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61%

 BLUE value IS 14 (5.86% from 255) = 4.11%

R = 34.9%
G = 61%
B = 4.11%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#77D00E (or 0x77D00E) is known color: Lima. HEX triplet: 77, D0 and 0E. RGB value is (119,208,14). Sum of RGB (Red+Green+Blue) = 119+208+14=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #77D00E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77D00E is #882FF1. Grayscale: #9F9F9F. Windows color (decimal): -8925170 or 970871. OLE color: 970871.

HSL color Cylindrical-coordinate representation of color #77D00E: hue angle of 87.53º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77D00E is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 208 14 -
CMYK 0.43 0 0.93 0.18
HSL 87.53º 0.87% 0.44% -
HSV(B) 87.53º 0.93% 0.82% -
XYZ 30.24 49.07 8.29 -
YUV 159.27 46.01 99.27 -
System Red Green Blue C M Y K H S L
Decimal 119 208 14 0.43 0 0.93 0.18 87.53 0.87 0.44
Hex 77 D0 E 2B 0 5D 12 58 57 2C
Octal 167 320 16 53 0 135 22 130 127 54
Binary 1110111 11010000 1110 101011 0 1011101 10010 1011000 1010111 101100

Color Harmonies of #77D00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D00E

Black with #77D00E

Text Example


Text Example

White with #77D00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,208,14); }

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

background-color css

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

 a { background-color: rgb(119,208,14); }

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

border-color css

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

 span { border-color: rgb(119,208,14); }

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