Html Css Color HEX #5D9621 Limeade

📋 copy color: '#5D9621'

red 93 ◦ green 150 ◦ blue 33

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

Shades of Limeade #5D9621

Tints of Limeade #5D9621

RGB

 RED value IS 93 (36.72% from 255) = 33.7%

 GREEN value IS 150 (58.98% from 255) = 54.35%

 BLUE value IS 33 (13.28% from 255) = 11.96%

R = 33.7%
G = 54.35%
B = 11.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#5D9621 (or 0x5D9621) is known color: Limeade. HEX triplet: 5D, 96 and 21. RGB value is (93,150,33). Sum of RGB (Red+Green+Blue) = 93+150+33=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #5D9621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9621 is #A269DE. Grayscale: #787878. Windows color (decimal): -10643935 or 2201181. OLE color: 2201181.

HSL color Cylindrical-coordinate representation of color #5D9621: hue angle of 89.23º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D9621 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 93 150 33 -
CMYK 0.38 0 0.78 0.41
HSL 89.23º 0.64% 0.36% -
HSV(B) 89.23º 0.78% 0.59% -
XYZ 15.7 24.25 5.29 -
YUV 119.62 79.12 109.01 -
System Red Green Blue C M Y K H S L
Decimal 93 150 33 0.38 0 0.78 0.41 89.23 0.64 0.36
Hex 5D 96 21 26 0 4E 29 59 40 24
Octal 135 226 41 46 0 116 51 131 100 44
Binary 1011101 10010110 100001 100110 0 1001110 101001 1011001 1000000 100100

Color Harmonies of #5D9621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9621

Black with #5D9621

Text Example


Text Example

White with #5D9621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,150,33); }

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

background-color css

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

 a { background-color: rgb(93,150,33); }

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

border-color css

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

 span { border-color: rgb(93,150,33); }

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