#5DD23C

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

Shades of Apple #5DD23C

Tints of Apple #5DD23C

Color information

#5DD23C (or 0x5DD23C) is unknown color: approx Apple. HEX triplet: 5D, D2 and 3C. RGB value is (93,210,60). Sum of RGB (Red+Green+Blue) = 93+210+60=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 210 (82.42% from 255 or 57.85% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 210 - color contains mainly: green. Hex color #5DD23C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD23C is #A22DC3. Grayscale: #9E9E9E. Windows color (decimal): -10628548 or 3986013. OLE color: 3986013.

HSL color Cylindrical-coordinate representation of color #5DD23C: hue angle of 106.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5DD23C is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB9321060-
CMYK0.5600.710.18
HSL106.8º62.5%52.94%-
HSV(B)106.8º71.43%82.35%-
XYZ28.3848.7512.19-
YUV157.9272.7481.7-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.62%
GREEN value IS 210 (82.42% from 255) = 57.85%
BLUE value IS 60 (23.83% from 255) = 16.53%
R=25.62%
G=57.85%
B=16.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal93210600.5600.710.18106.862.552.94
Hex5DD23C38047126b3e35
Octal13532274700107221537665
Binary10111011101001011110011100001000111100101101011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,210,60); }

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

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

 a { background-color: rgb(93,210,60); }

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

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

 span { border-color: rgb(93,210,60); }

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