#62BE3C

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

Shades of Apple #62BE3C

Tints of Apple #62BE3C

Color information

#62BE3C (or 0x62BE3C) is unknown color: approx Apple. HEX triplet: 62, BE and 3C. RGB value is (98,190,60). Sum of RGB (Red+Green+Blue) = 98+190+60=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 190 (74.61% from 255 or 54.60% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 190 - color contains mainly: green. Hex color #62BE3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BE3C is #9D41C3. Grayscale: #949494. Windows color (decimal): -10305988 or 3980898. OLE color: 3980898.

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

Color convert

RGB9819060-
CMYK0.4800.680.25
HSL102.46º52%49.02%-
HSV(B)102.46º68.42%74.51%-
XYZ24.2739.7510.67-
YUV147.6778.5292.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.16%
GREEN value IS 190 (74.61% from 255) = 54.60%
BLUE value IS 60 (23.83% from 255) = 17.24%
R=28.16%
G=54.60%
B=17.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98190600.4800.680.25102.465249.02
Hex62BE3C3004419663431
Octal14227674600104311466461
Binary11000101011111011110011000001000100110011100110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,190,60); }

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

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

 a { background-color: rgb(98,190,60); }

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

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

 span { border-color: rgb(98,190,60); }

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