#62BC4B

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

Shades of Apple #62BC4B

Tints of Apple #62BC4B

Color information

#62BC4B (or 0x62BC4B) is unknown color: approx Apple. HEX triplet: 62, BC and 4B. RGB value is (98,188,75). Sum of RGB (Red+Green+Blue) = 98+188+75=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #62BC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BC4B is #9D43B4. Grayscale: #949494. Windows color (decimal): -10306485 or 4963426. OLE color: 4963426.

HSL color Cylindrical-coordinate representation of color #62BC4B: hue angle of 107.79º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62BC4B is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB9818875-
CMYK0.4800.600.26
HSL107.79º45.75%51.57%-
HSV(B)107.79º60.11%73.73%-
XYZ24.2939.0712.92-
YUV148.2186.6892.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.15%
GREEN value IS 188 (73.83% from 255) = 52.08%
BLUE value IS 75 (29.69% from 255) = 20.78%
R=27.15%
G=52.08%
B=20.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal98188750.4800.600.26107.7945.7551.57
Hex62BC4B3003C1A6c2e34
Octal14227411360074321545664
Binary11000101011110010010111100000111100110101101100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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