Html Css Color HEX #5D9630 Limeade

📋 copy color: '#5D9630'

red 93 ◦ green 150 ◦ blue 48

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

Shades of Limeade #5D9630

Tints of Limeade #5D9630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.49%

R = 31.96%
G = 51.55%
B = 16.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#5D9630 (or 0x5D9630) is known color: Limeade. HEX triplet: 5D, 96 and 30. RGB value is (93,150,48). Sum of RGB (Red+Green+Blue) = 93+150+48=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #5D9630 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9630 is #A269CF. Grayscale: #797979. Windows color (decimal): -10643920 or 3184221. OLE color: 3184221.

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

Color convert

RGB 93 150 48 -
CMYK 0.38 0 0.68 0.41
HSL 93.53º 0.52% 0.39% -
HSV(B) 93.53º 0.68% 0.59% -
XYZ 15.95 24.35 6.66 -
YUV 121.33 86.62 107.79 -
System Red Green Blue C M Y K H S L
Decimal 93 150 48 0.38 0 0.68 0.41 93.53 0.52 0.39
Hex 5D 96 30 26 0 44 29 5E 34 27
Octal 135 226 60 46 0 104 51 136 64 47
Binary 1011101 10010110 110000 100110 0 1000100 101001 1011110 110100 100111

Color Harmonies of #5D9630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9630

Black with #5D9630

Text Example


Text Example

White with #5D9630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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