#5CD242

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

Shades of Apple #5CD242

Tints of Apple #5CD242

Color information

#5CD242 (or 0x5CD242) is unknown color: approx Apple. HEX triplet: 5C, D2 and 42. RGB value is (92,210,66). Sum of RGB (Red+Green+Blue) = 92+210+66=368 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25% from 368); Green value is 210 (82.42% from 255 or 57.07% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 210 - color contains mainly: green. Hex color #5CD242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD242 is #A32DBD. Grayscale: #9E9E9E. Windows color (decimal): -10694078 or 4379228. OLE color: 4379228.

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

Color convert

RGB9221066-
CMYK0.5600.690.18
HSL109.17º61.54%54.12%-
HSV(B)109.17º68.57%82.35%-
XYZ28.4448.7613.07-
YUV158.375.9180.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25%
GREEN value IS 210 (82.42% from 255) = 57.07%
BLUE value IS 66 (26.17% from 255) = 17.93%
R=25%
G=57.07%
B=17.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal92210660.5600.690.18109.1761.5454.12
Hex5CD24238045126d3e36
Octal134322102700105221557666
Binary101110011010010100001011100001000101100101101101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,210,66); }

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

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

 a { background-color: rgb(92,210,66); }

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

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

 span { border-color: rgb(92,210,66); }

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