Html Css Color HEX #5D9619 Limeade

📋 copy color: '#5D9619'

red 93 ◦ green 150 ◦ blue 25

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

Shades of Limeade #5D9619

Tints of Limeade #5D9619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.33%

R = 34.7%
G = 55.97%
B = 9.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#5D9619 (or 0x5D9619) is known color: Limeade. HEX triplet: 5D, 96 and 19. RGB value is (93,150,25). Sum of RGB (Red+Green+Blue) = 93+150+25=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #5D9619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9619 is #A269E6. Grayscale: #777777. Windows color (decimal): -10643943 or 1676893. OLE color: 1676893.

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

Color convert

RGB 93 150 25 -
CMYK 0.38 0 0.83 0.41
HSL 87.36º 0.71% 0.34% -
HSV(B) 87.36º 0.83% 0.59% -
XYZ 15.6 24.21 4.77 -
YUV 118.71 75.12 109.66 -
System Red Green Blue C M Y K H S L
Decimal 93 150 25 0.38 0 0.83 0.41 87.36 0.71 0.34
Hex 5D 96 19 26 0 53 29 57 47 22
Octal 135 226 31 46 0 123 51 127 107 42
Binary 1011101 10010110 11001 100110 0 1010011 101001 1010111 1000111 100010

Color Harmonies of #5D9619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9619

Black with #5D9619

Text Example


Text Example

White with #5D9619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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