#62BC35

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

Shades of Apple #62BC35

Tints of Apple #62BC35

Color information

#62BC35 (or 0x62BC35) is unknown color: approx Apple. HEX triplet: 62, BC and 35. RGB value is (98,188,53). Sum of RGB (Red+Green+Blue) = 98+188+53=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #62BC35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BC35 is #9D43CA. Grayscale: #929292. Windows color (decimal): -10306507 or 3521634. OLE color: 3521634.

HSL color Cylindrical-coordinate representation of color #62BC35: hue angle of 100º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62BC35 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB9818853-
CMYK0.4800.720.26
HSL100º56.02%47.25%-
HSV(B)100º71.81%73.73%-
XYZ23.6638.829.61-
YUV145.775.6893.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.91%
GREEN value IS 188 (73.83% from 255) = 55.46%
BLUE value IS 53 (21.09% from 255) = 15.63%
R=28.91%
G=55.46%
B=15.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal98188530.4800.720.2610056.0247.25
Hex62BC35300481A64382f
Octal14227465600110321447057
Binary11000101011110011010111000001001000110101100100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,188,53); }

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

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

 a { background-color: rgb(98,188,53); }

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

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

 span { border-color: rgb(98,188,53); }

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