Html Css Color HEX #5D950C Limeade

📋 copy color: '#5D950C'

red 93 ◦ green 149 ◦ blue 12

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

Shades of Limeade #5D950C

Tints of Limeade #5D950C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 36.61%
G = 58.66%
B = 4.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#5D950C (or 0x5D950C) is known color: Limeade. HEX triplet: 5D, 95 and 0C. RGB value is (93,149,12). Sum of RGB (Red+Green+Blue) = 93+149+12=254 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.61% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #5D950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D950C is #A26AF3. Grayscale: #757575. Windows color (decimal): -10644212 or 824669. OLE color: 824669.

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

Color convert

RGB 93 149 12 -
CMYK 0.38 0 0.92 0.42
HSL 84.53º 0.85% 0.32% -
HSV(B) 84.53º 0.92% 0.58% -
XYZ 15.33 23.85 4.14 -
YUV 116.64 68.95 111.14 -
System Red Green Blue C M Y K H S L
Decimal 93 149 12 0.38 0 0.92 0.42 84.53 0.85 0.32
Hex 5D 95 C 26 0 5C 2A 55 55 20
Octal 135 225 14 46 0 134 52 125 125 40
Binary 1011101 10010101 1100 100110 0 1011100 101010 1010101 1010101 100000

Color Harmonies of #5D950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D950C

Black with #5D950C

Text Example


Text Example

White with #5D950C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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