#62B64B

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

Shades of Apple #62B64B

Tints of Apple #62B64B

Color information

#62B64B (or 0x62B64B) is unknown color: approx Apple. HEX triplet: 62, B6 and 4B. RGB value is (98,182,75). Sum of RGB (Red+Green+Blue) = 98+182+75=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 182 (71.48% from 255 or 51.27% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 182 - color contains mainly: green. Hex color #62B64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62B64B is #9D49B4. Grayscale: #919191. Windows color (decimal): -10308021 or 4961890. OLE color: 4961890.

HSL color Cylindrical-coordinate representation of color #62B64B: hue angle of 107.1º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62B64B is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB9818275-
CMYK0.4600.590.29
HSL107.1º42.29%50.39%-
HSV(B)107.1º58.79%71.37%-
XYZ23.0336.5612.5-
YUV144.6988.6794.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.61%
GREEN value IS 182 (71.48% from 255) = 51.27%
BLUE value IS 75 (29.69% from 255) = 21.13%
R=27.61%
G=51.27%
B=21.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal98182750.4600.590.29107.142.2950.39
Hex62B64B2E03B1D6b2a32
Octal14226611356073351535262
Binary11000101011011010010111011100111011111011101011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,182,75); }

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

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

 a { background-color: rgb(98,182,75); }

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

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

 span { border-color: rgb(98,182,75); }

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