#62F50C

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

Shades of Bright Green #62F50C

Tints of Bright Green #62F50C

Color information

#62F50C (or 0x62F50C) is unknown color: approx Bright Green. HEX triplet: 62, F5 and 0C. RGB value is (98,245,12). Sum of RGB (Red+Green+Blue) = 98+245+12=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 245 (96.09% from 255 or 69.01% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 245 - color contains mainly: green. Hex color #62F50C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #62F50C is #9D0AF3. Grayscale: #AFAFAF. Windows color (decimal): -10291956 or 849250. OLE color: 849250.

HSL color Cylindrical-coordinate representation of color #62F50C: hue angle of 97.85º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62F50C is Cyan = 0.6, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB9824512-
CMYK0.600.950.04
HSL97.85º92.09%50.39%-
HSV(B)97.85º95.1%96.08%-
XYZ37.7667.9311.47-
YUV174.4836.373.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.61%
GREEN value IS 245 (96.09% from 255) = 69.01%
BLUE value IS 12 (5.08% from 255) = 3.38%
R=27.61%
G=69.01%
B=3.38%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal98245120.600.950.0497.8592.0950.39
Hex62F5C3C05F4625c32
Octal14236514740137414213462
Binary11000101111010111001111000101111110011000101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62F50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,245,12); }

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

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

 a { background-color: rgb(98,245,12); }

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

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

 span { border-color: rgb(98,245,12); }

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