#5CCC4C

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

Shades of Apple #5CCC4C

Tints of Apple #5CCC4C

Color information

#5CCC4C (or 0x5CCC4C) is unknown color: approx Apple. HEX triplet: 5C, CC and 4C. RGB value is (92,204,76). Sum of RGB (Red+Green+Blue) = 92+204+76=372 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.73% from 372); Green value is 204 (80.08% from 255 or 54.84% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CCC4C is #A333B3. Grayscale: #9C9C9C. Windows color (decimal): -10695604 or 5033052. OLE color: 5033052.

HSL color Cylindrical-coordinate representation of color #5CCC4C: hue angle of 112.5º degrees, saturation: 0.56, 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 #5CCC4C is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB9220476-
CMYK0.5500.630.2
HSL112.5º55.65%54.9%-
HSV(B)112.5º62.75%80%-
XYZ27.3145.9814.27-
YUV155.9282.8982.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.73%
GREEN value IS 204 (80.08% from 255) = 54.84%
BLUE value IS 76 (30.08% from 255) = 20.43%
R=24.73%
G=54.84%
B=20.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal92204760.5500.630.2112.555.6554.9
Hex5CCC4C3703F14703837
Octal13431411467077241607067
Binary10111001100110010011001101110111111101001110000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,204,76); }

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

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

 a { background-color: rgb(92,204,76); }

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

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

 span { border-color: rgb(92,204,76); }

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