Html Css Color HEX #5D930F Limeade

📋 copy color: '#5D930F'

red 93 ◦ green 147 ◦ blue 15

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

Shades of Limeade #5D930F

Tints of Limeade #5D930F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 57.65%

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

R = 36.47%
G = 57.65%
B = 5.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#5D930F (or 0x5D930F) is known color: Limeade. HEX triplet: 5D, 93 and 0F. RGB value is (93,147,15). Sum of RGB (Red+Green+Blue) = 93+147+15=255 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.47% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #5D930F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D930F is #A26CF0. Grayscale: #747474. Windows color (decimal): -10644721 or 1020765. OLE color: 1020765.

HSL color Cylindrical-coordinate representation of color #5D930F: hue angle of 84.55º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D930F is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 147 15 -
CMYK 0.37 0 0.90 0.42
HSL 84.55º 0.81% 0.32% -
HSV(B) 84.55º 0.9% 0.58% -
XYZ 15.03 23.23 4.14 -
YUV 115.81 71.11 111.73 -
System Red Green Blue C M Y K H S L
Decimal 93 147 15 0.37 0 0.90 0.42 84.55 0.81 0.32
Hex 5D 93 F 25 0 5A 2A 55 51 20
Octal 135 223 17 45 0 132 52 125 121 40
Binary 1011101 10010011 1111 100101 0 1011010 101010 1010101 1010001 100000

Color Harmonies of #5D930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D930F

Black with #5D930F

Text Example


Text Example

White with #5D930F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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