#62BF30

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

Shades of Apple #62BF30

Tints of Apple #62BF30

Color information

#62BF30 (or 0x62BF30) is unknown color: approx Apple. HEX triplet: 62, BF and 30. RGB value is (98,191,48). Sum of RGB (Red+Green+Blue) = 98+191+48=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 191 (75% from 255 or 56.68% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 191 - color contains mainly: green. Hex color #62BF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BF30 is #9D40CF. Grayscale: #939393. Windows color (decimal): -10305744 or 3194722. OLE color: 3194722.

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

Color convert

RGB9819148-
CMYK0.4900.750.25
HSL99.02º59.83%46.86%-
HSV(B)99.02º74.87%74.9%-
XYZ24.240.079.26-
YUV146.8972.1993.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.08%
GREEN value IS 191 (75% from 255) = 56.68%
BLUE value IS 48 (19.14% from 255) = 14.24%
R=29.08%
G=56.68%
B=14.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98191480.4900.750.2599.0259.8346.86
Hex62BF303104B19633c2f
Octal14227760610113311437457
Binary11000101011111111000011000101001011110011100011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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