#5ddd33

Color #5DDD33 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #5DDD33

Tints of Kelly Green #5DDD33

Color information

#5DDD33 (or 0x5DDD33) is unknown color: approx Kelly Green. HEX triplet: 5D, DD and 33. RGB value is (93,221,51). Sum of RGB (Red+Green+Blue) = 93+221+51=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 221 (86.72% from 255 or 60.55% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDD33 is #A222CC. Grayscale: #A3A3A3. Windows color (decimal): -10625741 or 3399005. OLE color: 3399005.

HSL color Cylindrical-coordinate representation of color #5DDD33: hue angle of 105.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DDD33 is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB9322151-
CMYK0.5800.770.13
HSL105.18º71.43%53.33%-
HSV(B)105.18º76.92%86.67%-
XYZ30.9754.2811.98-
YUV163.3564.5977.82-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.48%
GREEN value IS 221 (86.72% from 255) = 60.55%
BLUE value IS 51 (20.31% from 255) = 13.97%
R=25.48%
G=60.55%
B=13.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal93221510.5800.770.13105.1871.4353.33
Hex5DDD333A04DD694735
Octal135335637201151515110765
Binary10111011101110111001111101001001101110111010011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ddd33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,221,51); }

 H1.HeaderClassName
 {
   color: #5ddd33;
 }
 .AnyTagClassName
 {
   color: #5ddd33;
 }
</style>
background-color css

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

 a { background-color: rgb(93,221,51); }

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

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

 span { border-color: rgb(93,221,51); }

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