Html Css Color HEX #5D950D Limeade

📋 copy color: '#5D950D'

red 93 ◦ green 149 ◦ blue 13

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

Shades of Limeade #5D950D

Tints of Limeade #5D950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 58.43%

 BLUE value IS 13 (5.47% from 255) = 5.1%

R = 36.47%
G = 58.43%
B = 5.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#5D950D (or 0x5D950D) is known color: Limeade. HEX triplet: 5D, 95 and 0D. RGB value is (93,149,13). Sum of RGB (Red+Green+Blue) = 93+149+13=255 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.47% from 255); Green value is 149 (58.59% from 255 or 58.43% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 149 - color contains mainly: green. Hex color #5D950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D950D is #A26AF2. Grayscale: #757575. Windows color (decimal): -10644211 or 890205. OLE color: 890205.

HSL color Cylindrical-coordinate representation of color #5D950D: hue angle of 84.71º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D950D is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 149 13 -
CMYK 0.38 0 0.91 0.42
HSL 84.71º 0.84% 0.32% -
HSV(B) 84.71º 0.91% 0.58% -
XYZ 15.33 23.85 4.18 -
YUV 116.75 69.45 111.06 -
System Red Green Blue C M Y K H S L
Decimal 93 149 13 0.38 0 0.91 0.42 84.71 0.84 0.32
Hex 5D 95 D 26 0 5B 2A 55 54 20
Octal 135 225 15 46 0 133 52 125 124 40
Binary 1011101 10010101 1101 100110 0 1011011 101010 1010101 1010100 100000

Color Harmonies of #5D950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D950D

Black with #5D950D

Text Example


Text Example

White with #5D950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,149,13); }

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

background-color css

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

 a { background-color: rgb(93,149,13); }

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

border-color css

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

 span { border-color: rgb(93,149,13); }

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