Html Css Color HEX #77CA1D Lima

📋 copy color: '#77CA1D'

red 119 ◦ green 202 ◦ blue 29

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

Shades of Lima #77CA1D

Tints of Lima #77CA1D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.71%

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

R = 34%
G = 57.71%
B = 8.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#77CA1D (or 0x77CA1D) is known color: Lima. HEX triplet: 77, CA and 1D. RGB value is (119,202,29). Sum of RGB (Red+Green+Blue) = 119+202+29=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CA1D is #8835E2. Grayscale: #9E9E9E. Windows color (decimal): -8926691 or 1952375. OLE color: 1952375.

HSL color Cylindrical-coordinate representation of color #77CA1D: hue angle of 88.79º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77CA1D is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 202 29 -
CMYK 0.41 0 0.86 0.21
HSL 88.79º 0.75% 0.45% -
HSV(B) 88.79º 0.86% 0.79% -
XYZ 28.95 46.25 8.56 -
YUV 157.46 55.5 100.57 -
System Red Green Blue C M Y K H S L
Decimal 119 202 29 0.41 0 0.86 0.21 88.79 0.75 0.45
Hex 77 CA 1D 29 0 56 15 59 4B 2D
Octal 167 312 35 51 0 126 25 131 113 55
Binary 1110111 11001010 11101 101001 0 1010110 10101 1011001 1001011 101101

Color Harmonies of #77CA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CA1D

Black with #77CA1D

Text Example


Text Example

White with #77CA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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