Html Css Color HEX #77CD1D Lima

📋 copy color: '#77CD1D'

red 119 ◦ green 205 ◦ blue 29

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

Shades of Lima #77CD1D

Tints of Lima #77CD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.22%

R = 33.71%
G = 58.07%
B = 8.22%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#77CD1D (or 0x77CD1D) is known color: Lima. HEX triplet: 77, CD and 1D. RGB value is (119,205,29). Sum of RGB (Red+Green+Blue) = 119+205+29=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 205 (80.47% from 255 or 58.07% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 205 - color contains mainly: green. Hex color #77CD1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CD1D is #8832E2. Grayscale: #9F9F9F. Windows color (decimal): -8925923 or 1953143. OLE color: 1953143.

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

Color convert

RGB 119 205 29 -
CMYK 0.42 0 0.86 0.20
HSL 89.32º 0.75% 0.46% -
HSV(B) 89.32º 0.86% 0.8% -
XYZ 29.66 47.67 8.8 -
YUV 159.22 54.51 99.31 -
System Red Green Blue C M Y K H S L
Decimal 119 205 29 0.42 0 0.86 0.20 89.32 0.75 0.46
Hex 77 CD 1D 2A 0 56 14 59 4B 2E
Octal 167 315 35 52 0 126 24 131 113 56
Binary 1110111 11001101 11101 101010 0 1010110 10100 1011001 1001011 101110

Color Harmonies of #77CD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CD1D

Black with #77CD1D

Text Example


Text Example

White with #77CD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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