#62C340

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

Shades of Apple #62C340

Tints of Apple #62C340

Color information

#62C340 (or 0x62C340) is unknown color: approx Apple. HEX triplet: 62, C3 and 40. RGB value is (98,195,64). Sum of RGB (Red+Green+Blue) = 98+195+64=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 195 (76.56% from 255 or 54.62% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 195 - color contains mainly: green. Hex color #62C340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C340 is #9D3CBF. Grayscale: #979797. Windows color (decimal): -10304704 or 4244322. OLE color: 4244322.

HSL color Cylindrical-coordinate representation of color #62C340: hue angle of 104.43º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62C340 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB9819564-
CMYK0.5000.670.24
HSL104.43º52.19%50.78%-
HSV(B)104.43º67.18%76.47%-
XYZ25.484211.61-
YUV151.0678.8690.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.45%
GREEN value IS 195 (76.56% from 255) = 54.62%
BLUE value IS 64 (25.39% from 255) = 17.93%
R=27.45%
G=54.62%
B=17.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal98195640.5000.670.24104.4352.1950.78
Hex62C3403204318683433
Octal142303100620103301506463
Binary110001011000011100000011001001000011110001101000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62C340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,195,64); }

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

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

 a { background-color: rgb(98,195,64); }

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

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

 span { border-color: rgb(98,195,64); }

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