#5DCD4B

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

Shades of Apple #5DCD4B

Tints of Apple #5DCD4B

Color information

#5DCD4B (or 0x5DCD4B) is unknown color: approx Apple. HEX triplet: 5D, CD and 4B. RGB value is (93,205,75). Sum of RGB (Red+Green+Blue) = 93+205+75=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 205 (80.47% from 255 or 54.96% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCD4B is #A232B4. Grayscale: #9D9D9D. Windows color (decimal): -10629813 or 4967773. OLE color: 4967773.

HSL color Cylindrical-coordinate representation of color #5DCD4B: hue angle of 111.69º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DCD4B is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB9320575-
CMYK0.5500.630.20
HSL111.69º56.52%54.9%-
HSV(B)111.69º63.41%80.39%-
XYZ27.6246.514.18-
YUV156.6981.8982.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.93%
GREEN value IS 205 (80.47% from 255) = 54.96%
BLUE value IS 75 (29.69% from 255) = 20.11%
R=24.93%
G=54.96%
B=20.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal93205750.5500.630.20111.6956.5254.9
Hex5DCD4B3703F14703937
Octal13531511367077241607167
Binary10111011100110110010111101110111111101001110000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,205,75); }

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

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

 a { background-color: rgb(93,205,75); }

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

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

 span { border-color: rgb(93,205,75); }

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