Html Css Color HEX #77CA25 Lima

📋 copy color: '#77CA25'

red 119 ◦ green 202 ◦ blue 37

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

Shades of Lima #77CA25

Tints of Lima #77CA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.34%

R = 33.24%
G = 56.42%
B = 10.34%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#77CA25 (or 0x77CA25) is known color: Lima. HEX triplet: 77, CA and 25. RGB value is (119,202,37). Sum of RGB (Red+Green+Blue) = 119+202+37=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 202 (79.30% from 255 or 56.42% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CA25 is #8835DA. Grayscale: #9E9E9E. Windows color (decimal): -8926683 or 2476663. OLE color: 2476663.

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

Color convert

RGB 119 202 37 -
CMYK 0.41 0 0.82 0.21
HSL 90.18º 0.69% 0.47% -
HSV(B) 90.18º 0.82% 0.79% -
XYZ 29.06 46.3 9.15 -
YUV 158.37 59.5 99.92 -
System Red Green Blue C M Y K H S L
Decimal 119 202 37 0.41 0 0.82 0.21 90.18 0.69 0.47
Hex 77 CA 25 29 0 52 15 5A 45 2F
Octal 167 312 45 51 0 122 25 132 105 57
Binary 1110111 11001010 100101 101001 0 1010010 10101 1011010 1000101 101111

Color Harmonies of #77CA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CA25

Black with #77CA25

Text Example


Text Example

White with #77CA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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