Html Css Color HEX #5CA211 Limeade

📋 copy color: '#5CA211'

red 92 ◦ green 162 ◦ blue 17

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

Shades of Limeade #5CA211

Tints of Limeade #5CA211

RGB

 RED value IS 92 (36.33% from 255) = 33.95%

 GREEN value IS 162 (63.67% from 255) = 59.78%

 BLUE value IS 17 (7.03% from 255) = 6.27%

R = 33.95%
G = 59.78%
B = 6.27%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#5CA211 (or 0x5CA211) is known color: Limeade. HEX triplet: 5C, A2 and 11. RGB value is (92,162,17). Sum of RGB (Red+Green+Blue) = 92+162+17=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 162 (63.67% from 255 or 59.78% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CA211 is #A35DEE. Grayscale: #7D7D7D. Windows color (decimal): -10706415 or 1155676. OLE color: 1155676.

HSL color Cylindrical-coordinate representation of color #5CA211: hue angle of 88.97º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5CA211 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 92 162 17 -
CMYK 0.43 0 0.90 0.36
HSL 88.97º 0.81% 0.35% -
HSV(B) 88.97º 0.9% 0.64% -
XYZ 17.44 28.16 5.05 -
YUV 124.54 67.31 104.79 -
System Red Green Blue C M Y K H S L
Decimal 92 162 17 0.43 0 0.90 0.36 88.97 0.81 0.35
Hex 5C A2 11 2B 0 5A 24 59 51 23
Octal 134 242 21 53 0 132 44 131 121 43
Binary 1011100 10100010 10001 101011 0 1011010 100100 1011001 1010001 100011

Color Harmonies of #5CA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA211

Black with #5CA211

Text Example


Text Example

White with #5CA211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CA211; }

 p { color: rgb(92,162,17); }

 H1.HeaderClassName
 {
   color: #5CA211;
 }
 .AnyTagClassName
 {
   color: #5CA211;
 }
</style>

background-color css

<style>
 a { background-color: #5CA211; }

 a { background-color: rgb(92,162,17); }

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

border-color css

<style>
 span { border-color: #5CA211; }

 span { border-color: rgb(92,162,17); }

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