#62C045

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

Shades of Apple #62C045

Tints of Apple #62C045

Color information

#62C045 (or 0x62C045) is unknown color: approx Apple. HEX triplet: 62, C0 and 45. RGB value is (98,192,69). Sum of RGB (Red+Green+Blue) = 98+192+69=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #62C045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C045 is #9D3FBA. Grayscale: #969696. Windows color (decimal): -10305467 or 4571234. OLE color: 4571234.

HSL color Cylindrical-coordinate representation of color #62C045: hue angle of 105.85º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #62C045 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB9819269-
CMYK0.4900.640.25
HSL105.85º49.4%51.18%-
HSV(B)105.85º64.06%75.29%-
XYZ24.9640.7312.18-
YUV149.8782.3691-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 192 (75.39% from 255) = 53.48%
BLUE value IS 69 (27.34% from 255) = 19.22%
R=27.30%
G=53.48%
B=19.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98192690.4900.640.25105.8549.451.18
Hex62C04531040196a3133
Octal142300105610100311526163
Binary110001011000000100010111000101000000110011101010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62C045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,192,69); }

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

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

 a { background-color: rgb(98,192,69); }

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

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

 span { border-color: rgb(98,192,69); }

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