#62C256

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

Shades of Apple #62C256

Tints of Apple #62C256

Color information

#62C256 (or 0x62C256) is unknown color: approx Apple. HEX triplet: 62, C2 and 56. RGB value is (98,194,86). Sum of RGB (Red+Green+Blue) = 98+194+86=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 194 (76.17% from 255 or 51.32% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 194 - color contains mainly: green. Hex color #62C256 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C256 is #9D3DA9. Grayscale: #999999. Windows color (decimal): -10304938 or 5685858. OLE color: 5685858.

HSL color Cylindrical-coordinate representation of color #62C256: hue angle of 113.33º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62C256 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB9819486-
CMYK0.4900.560.24
HSL113.33º46.96%54.9%-
HSV(B)113.33º55.67%76.08%-
XYZ26.0141.8515.51-
YUV152.9890.288.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.93%
GREEN value IS 194 (76.17% from 255) = 51.32%
BLUE value IS 86 (33.98% from 255) = 22.75%
R=25.93%
G=51.32%
B=22.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal98194860.4900.560.24113.3346.9654.9
Hex62C2563103818712f37
Octal14230212661070301615767
Binary11000101100001010101101100010111000110001110001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62C256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62C256; }

 p { color: rgb(98,194,86); }

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

<style>
 a { background-color: #62C256; }

 a { background-color: rgb(98,194,86); }

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

<style>
 span { border-color: #62C256; }

 span { border-color: rgb(98,194,86); }

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