Html Css Color HEX #5D9F0F Limeade

📋 copy color: '#5D9F0F'

red 93 ◦ green 159 ◦ blue 15

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

Shades of Limeade #5D9F0F

Tints of Limeade #5D9F0F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 59.55%

 BLUE value IS 15 (6.25% from 255) = 5.62%

R = 34.83%
G = 59.55%
B = 5.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#5D9F0F (or 0x5D9F0F) is known color: Limeade. HEX triplet: 5D, 9F and 0F. RGB value is (93,159,15). Sum of RGB (Red+Green+Blue) = 93+159+15=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 159 (62.5% from 255 or 59.55% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 159 - color contains mainly: green. Hex color #5D9F0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9F0F is #A260F0. Grayscale: #7B7B7B. Windows color (decimal): -10641649 or 1023837. OLE color: 1023837.

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

Color convert

RGB 93 159 15 -
CMYK 0.42 0 0.91 0.38
HSL 87.5º 0.83% 0.34% -
HSV(B) 87.5º 0.91% 0.62% -
XYZ 17 27.16 4.8 -
YUV 122.85 67.13 106.71 -
System Red Green Blue C M Y K H S L
Decimal 93 159 15 0.42 0 0.91 0.38 87.5 0.83 0.34
Hex 5D 9F F 2A 0 5B 26 57 53 22
Octal 135 237 17 52 0 133 46 127 123 42
Binary 1011101 10011111 1111 101010 0 1011011 100110 1010111 1010011 100010

Color Harmonies of #5D9F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9F0F

Black with #5D9F0F

Text Example


Text Example

White with #5D9F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,159,15); }

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

background-color css

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

 a { background-color: rgb(93,159,15); }

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

border-color css

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

 span { border-color: rgb(93,159,15); }

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