#60DE33

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

Shades of Apple #60DE33

Tints of Apple #60DE33

Color information

#60DE33 (or 0x60DE33) is unknown color: approx Apple. HEX triplet: 60, DE and 33. RGB value is (96,222,51). Sum of RGB (Red+Green+Blue) = 96+222+51=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 222 (87.11% from 255 or 60.16% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 222 - color contains mainly: green. Hex color #60DE33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60DE33 is #9F21CC. Grayscale: #A5A5A5. Windows color (decimal): -10428877 or 3399264. OLE color: 3399264.

HSL color Cylindrical-coordinate representation of color #60DE33: hue angle of 104.21º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60DE33 is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB9622251-
CMYK0.5700.770.13
HSL104.21º72.15%53.53%-
HSV(B)104.21º77.03%87.06%-
XYZ31.5454.9712.08-
YUV164.8363.7678.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.02%
GREEN value IS 222 (87.11% from 255) = 60.16%
BLUE value IS 51 (20.31% from 255) = 13.82%
R=26.02%
G=60.16%
B=13.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal96222510.5700.770.13104.2172.1553.53
Hex60DE333904DD684836
Octal140336637101151515011066
Binary11000001101111011001111100101001101110111010001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,222,51); }

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

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

 a { background-color: rgb(96,222,51); }

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

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

 span { border-color: rgb(96,222,51); }

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