#60D252

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

Shades of Apple #60D252

Tints of Apple #60D252

Color information

#60D252 (or 0x60D252) is unknown color: approx Apple. HEX triplet: 60, D2 and 52. RGB value is (96,210,82). Sum of RGB (Red+Green+Blue) = 96+210+82=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 210 (82.42% from 255 or 54.12% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 210 - color contains mainly: green. Hex color #60D252 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D252 is #9F2DAD. Grayscale: #A1A1A1. Windows color (decimal): -10431918 or 5427808. OLE color: 5427808.

HSL color Cylindrical-coordinate representation of color #60D252: hue angle of 113.44º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60D252 is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB9621082-
CMYK0.5400.610.18
HSL113.44º58.72%57.25%-
HSV(B)113.44º60.95%82.35%-
XYZ29.3949.1915.93-
YUV161.3283.2381.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.74%
GREEN value IS 210 (82.42% from 255) = 54.12%
BLUE value IS 82 (32.42% from 255) = 21.13%
R=24.74%
G=54.12%
B=21.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal96210820.5400.610.18113.4458.7257.25
Hex60D2523603D12713b39
Octal14032212266075221617371
Binary11000001101001010100101101100111101100101110001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60D252; }

 p { color: rgb(96,210,82); }

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

<style>
 a { background-color: #60D252; }

 a { background-color: rgb(96,210,82); }

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

<style>
 span { border-color: #60D252; }

 span { border-color: rgb(96,210,82); }

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