#5DC24B

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

Shades of Apple #5DC24B

Tints of Apple #5DC24B

Color information

#5DC24B (or 0x5DC24B) is unknown color: approx Apple. HEX triplet: 5D, C2 and 4B. RGB value is (93,194,75). Sum of RGB (Red+Green+Blue) = 93+194+75=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 194 (76.17% from 255 or 53.59% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC24B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC24B is #A23DB4. Grayscale: #969696. Windows color (decimal): -10632629 or 4964957. OLE color: 4964957.

HSL color Cylindrical-coordinate representation of color #5DC24B: hue angle of 110.92º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DC24B is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB9319475-
CMYK0.5200.610.24
HSL110.92º49.38%52.75%-
HSV(B)110.92º61.34%76.08%-
XYZ25.0841.4213.33-
YUV150.2485.5487.18-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.69%
GREEN value IS 194 (76.17% from 255) = 53.59%
BLUE value IS 75 (29.69% from 255) = 20.72%
R=25.69%
G=53.59%
B=20.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal93194750.5200.610.24110.9249.3852.75
Hex5DC24B3403D186f3135
Octal13530211364075301576165
Binary10111011100001010010111101000111101110001101111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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