#62BB42

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

Shades of Apple #62BB42

Tints of Apple #62BB42

Color information

#62BB42 (or 0x62BB42) is unknown color: approx Apple. HEX triplet: 62, BB and 42. RGB value is (98,187,66). Sum of RGB (Red+Green+Blue) = 98+187+66=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 187 (73.44% from 255 or 53.28% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 187 - color contains mainly: green. Hex color #62BB42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BB42 is #9D44BD. Grayscale: #929292. Windows color (decimal): -10306750 or 4373346. OLE color: 4373346.

HSL color Cylindrical-coordinate representation of color #62BB42: hue angle of 104.13º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #62BB42 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB9818766-
CMYK0.4800.650.27
HSL104.13º47.83%49.61%-
HSV(B)104.13º64.71%73.33%-
XYZ23.7938.5311.34-
YUV146.682.5193.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.92%
GREEN value IS 187 (73.44% from 255) = 53.28%
BLUE value IS 66 (26.17% from 255) = 18.80%
R=27.92%
G=53.28%
B=18.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal98187660.4800.650.27104.1347.8349.61
Hex62BB42300411B683032
Octal142273102600101331506062
Binary110001010111011100001011000001000001110111101000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,187,66); }

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

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

 a { background-color: rgb(98,187,66); }

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

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

 span { border-color: rgb(98,187,66); }

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