#62BF32

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

Shades of Apple #62BF32

Tints of Apple #62BF32

Color information

#62BF32 (or 0x62BF32) is unknown color: approx Apple. HEX triplet: 62, BF and 32. RGB value is (98,191,50). Sum of RGB (Red+Green+Blue) = 98+191+50=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 191 (75% from 255 or 56.34% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 191 - color contains mainly: green. Hex color #62BF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BF32 is #9D40CD. Grayscale: #939393. Windows color (decimal): -10305742 or 3325794. OLE color: 3325794.

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

Color convert

RGB9819150-
CMYK0.4900.740.25
HSL99.57º58.51%47.25%-
HSV(B)99.57º73.82%74.9%-
XYZ24.2440.099.48-
YUV147.1273.1992.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.91%
GREEN value IS 191 (75% from 255) = 56.34%
BLUE value IS 50 (19.92% from 255) = 14.75%
R=28.91%
G=56.34%
B=14.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98191500.4900.740.2599.5758.5147.25
Hex62BF323104A19643b2f
Octal14227762610112311447357
Binary11000101011111111001011000101001010110011100100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,191,50); }

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

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

 a { background-color: rgb(98,191,50); }

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

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

 span { border-color: rgb(98,191,50); }

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