#62C130

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

Shades of Apple #62C130

Tints of Apple #62C130

Color information

#62C130 (or 0x62C130) is unknown color: approx Apple. HEX triplet: 62, C1 and 30. RGB value is (98,193,48). Sum of RGB (Red+Green+Blue) = 98+193+48=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #62C130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C130 is #9D3ECF. Grayscale: #949494. Windows color (decimal): -10305232 or 3195234. OLE color: 3195234.

HSL color Cylindrical-coordinate representation of color #62C130: hue angle of 99.31º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62C130 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB9819348-
CMYK0.4900.750.24
HSL99.31º60.17%47.25%-
HSV(B)99.31º75.13%75.69%-
XYZ24.6440.959.4-
YUV148.0671.5392.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.91%
GREEN value IS 193 (75.78% from 255) = 56.93%
BLUE value IS 48 (19.14% from 255) = 14.16%
R=28.91%
G=56.93%
B=14.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal98193480.4900.750.2499.3160.1747.25
Hex62C1303104B18633c2f
Octal14230160610113301437457
Binary11000101100000111000011000101001011110001100011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62C130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,193,48); }

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

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

 a { background-color: rgb(98,193,48); }

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

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

 span { border-color: rgb(98,193,48); }

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