#60CC31

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

Shades of Apple #60CC31

Tints of Apple #60CC31

Color information

#60CC31 (or 0x60CC31) is unknown color: approx Apple. HEX triplet: 60, CC and 31. RGB value is (96,204,49). Sum of RGB (Red+Green+Blue) = 96+204+49=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 204 (80.08% from 255 or 58.45% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 204 - color contains mainly: green. Hex color #60CC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CC31 is #9F33CE. Grayscale: #9A9A9A. Windows color (decimal): -10433487 or 3263584. OLE color: 3263584.

HSL color Cylindrical-coordinate representation of color #60CC31: hue angle of 101.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60CC31 is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB9620449-
CMYK0.5300.760.2
HSL101.81º61.26%49.61%-
HSV(B)101.81º75.98%80%-
XYZ26.9745.8910.34-
YUV154.0468.7286.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 204 (80.08% from 255) = 58.45%
BLUE value IS 49 (19.53% from 255) = 14.04%
R=27.51%
G=58.45%
B=14.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal96204490.5300.760.2101.8161.2649.61
Hex60CC313504C14663d32
Octal14031461650114241467562
Binary11000001100110011000111010101001100101001100110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,204,49); }

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

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

 a { background-color: rgb(96,204,49); }

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

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

 span { border-color: rgb(96,204,49); }

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