#5DCA3B

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

Shades of Apple #5DCA3B

Tints of Apple #5DCA3B

Color information

#5DCA3B (or 0x5DCA3B) is unknown color: approx Apple. HEX triplet: 5D, CA and 3B. RGB value is (93,202,59). Sum of RGB (Red+Green+Blue) = 93+202+59=354 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.27% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCA3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCA3B is #A235C4. Grayscale: #999999. Windows color (decimal): -10630597 or 3918429. OLE color: 3918429.

HSL color Cylindrical-coordinate representation of color #5DCA3B: hue angle of 105.73º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5DCA3B is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB9320259-
CMYK0.5400.710.21
HSL105.73º57.43%51.18%-
HSV(B)105.73º70.79%79.22%-
XYZ26.4244.8811.41-
YUV153.1174.8985.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.27%
GREEN value IS 202 (79.30% from 255) = 57.06%
BLUE value IS 59 (23.44% from 255) = 16.67%
R=26.27%
G=57.06%
B=16.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal93202590.5400.710.21105.7357.4351.18
Hex5DCA3B36047156a3933
Octal13531273660107251527163
Binary10111011100101011101111011001000111101011101010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,202,59); }

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

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

 a { background-color: rgb(93,202,59); }

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

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

 span { border-color: rgb(93,202,59); }

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