#62B952

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

Shades of Apple #62B952

Tints of Apple #62B952

Color information

#62B952 (or 0x62B952) is unknown color: approx Apple. HEX triplet: 62, B9 and 52. RGB value is (98,185,82). Sum of RGB (Red+Green+Blue) = 98+185+82=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #62B952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62B952 is #9D46AD. Grayscale: #939393. Windows color (decimal): -10307246 or 5421410. OLE color: 5421410.

HSL color Cylindrical-coordinate representation of color #62B952: hue angle of 110.68º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62B952 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB9818582-
CMYK0.4700.560.27
HSL110.68º42.39%52.35%-
HSV(B)110.68º55.68%72.55%-
XYZ23.9137.914.04-
YUV147.2491.1892.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.85%
GREEN value IS 185 (72.66% from 255) = 50.68%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=26.85%
G=50.68%
B=22.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal98185820.4700.560.27110.6842.3952.35
Hex62B9522F0381B6f2a34
Octal14227112257070331575264
Binary11000101011100110100101011110111000110111101111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,185,82); }

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

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

 a { background-color: rgb(98,185,82); }

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

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

 span { border-color: rgb(98,185,82); }

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