Html Css Color HEX #77CD10 Lima

📋 copy color: '#77CD10'

red 119 ◦ green 205 ◦ blue 16

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

Shades of Lima #77CD10

Tints of Lima #77CD10

RGB

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

 GREEN value IS 205 (80.47% from 255) = 60.29%

 BLUE value IS 16 (6.64% from 255) = 4.71%

R = 35%
G = 60.29%
B = 4.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#77CD10 (or 0x77CD10) is known color: Lima. HEX triplet: 77, CD and 10. RGB value is (119,205,16). Sum of RGB (Red+Green+Blue) = 119+205+16=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 205 (80.47% from 255 or 60.29% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 205 - color contains mainly: green. Hex color #77CD10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CD10 is #8832EF. Grayscale: #9E9E9E. Windows color (decimal): -8925936 or 1101175. OLE color: 1101175.

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

Color convert

RGB 119 205 16 -
CMYK 0.42 0 0.92 0.20
HSL 87.3º 0.86% 0.43% -
HSV(B) 87.3º 0.92% 0.8% -
XYZ 29.53 47.62 8.13 -
YUV 157.74 48.01 100.37 -
System Red Green Blue C M Y K H S L
Decimal 119 205 16 0.42 0 0.92 0.20 87.3 0.86 0.43
Hex 77 CD 10 2A 0 5C 14 57 56 2B
Octal 167 315 20 52 0 134 24 127 126 53
Binary 1110111 11001101 10000 101010 0 1011100 10100 1010111 1010110 101011

Color Harmonies of #77CD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CD10

Black with #77CD10

Text Example


Text Example

White with #77CD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,205,16); }

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

background-color css

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

 a { background-color: rgb(119,205,16); }

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

border-color css

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

 span { border-color: rgb(119,205,16); }

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