#62DB48

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

Shades of Apple #62DB48

Tints of Apple #62DB48

Color information

#62DB48 (or 0x62DB48) is unknown color: approx Apple. HEX triplet: 62, DB and 48. RGB value is (98,219,72). Sum of RGB (Red+Green+Blue) = 98+219+72=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 219 (85.94% from 255 or 56.30% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 219 - color contains mainly: green. Hex color #62DB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62DB48 is #9D24B7. Grayscale: #A6A6A6. Windows color (decimal): -10298552 or 4774754. OLE color: 4774754.

HSL color Cylindrical-coordinate representation of color #62DB48: hue angle of 109.39º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62DB48 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB9821972-
CMYK0.5500.670.14
HSL109.39º67.12%57.06%-
HSV(B)109.39º67.12%85.88%-
XYZ31.5453.7314.84-
YUV166.0674.9179.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.19%
GREEN value IS 219 (85.94% from 255) = 56.30%
BLUE value IS 72 (28.52% from 255) = 18.51%
R=25.19%
G=56.30%
B=18.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal98219720.5500.670.14109.3967.1257.06
Hex62DB4837043E6d4339
Octal1423331106701031615510371
Binary110001011011011100100011011101000011111011011011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62DB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,219,72); }

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

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

 a { background-color: rgb(98,219,72); }

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

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

 span { border-color: rgb(98,219,72); }

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