#62CC4B

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

Shades of Apple #62CC4B

Tints of Apple #62CC4B

Color information

#62CC4B (or 0x62CC4B) is unknown color: approx Apple. HEX triplet: 62, CC and 4B. RGB value is (98,204,75). Sum of RGB (Red+Green+Blue) = 98+204+75=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #62CC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62CC4B is #9D33B4. Grayscale: #9E9E9E. Windows color (decimal): -10302389 or 4967522. OLE color: 4967522.

HSL color Cylindrical-coordinate representation of color #62CC4B: hue angle of 109.3º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62CC4B is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB9820475-
CMYK0.5200.630.2
HSL109.3º55.84%54.71%-
HSV(B)109.3º63.24%80%-
XYZ27.946.2914.12-
YUV157.681.3885.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.99%
GREEN value IS 204 (80.08% from 255) = 54.11%
BLUE value IS 75 (29.69% from 255) = 19.89%
R=25.99%
G=54.11%
B=19.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal98204750.5200.630.2109.355.8454.71
Hex62CC4B3403F146d3837
Octal14231411364077241557067
Binary11000101100110010010111101000111111101001101101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62CC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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