#5CCD52

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

Shades of Apple #5CCD52

Tints of Apple #5CCD52

Color information

#5CCD52 (or 0x5CCD52) is unknown color: approx Apple. HEX triplet: 5C, CD and 52. RGB value is (92,205,82). Sum of RGB (Red+Green+Blue) = 92+205+82=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCD52 is #A332AD. Grayscale: #9D9D9D. Windows color (decimal): -10695342 or 5426524. OLE color: 5426524.

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

Color convert

RGB9220582-
CMYK0.5500.60.20
HSL115.12º55.16%56.27%-
HSV(B)115.12º60%80.39%-
XYZ27.7746.5515.5-
YUV157.1985.5681.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.27%
GREEN value IS 205 (80.47% from 255) = 54.09%
BLUE value IS 82 (32.42% from 255) = 21.64%
R=24.27%
G=54.09%
B=21.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal92205820.5500.60.20115.1255.1656.27
Hex5CCD523703C14733738
Octal13431512267074241636770
Binary10111001100110110100101101110111100101001110011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,205,82); }

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

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

 a { background-color: rgb(92,205,82); }

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

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

 span { border-color: rgb(92,205,82); }

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