#60FA00

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

Shades of Bright Green #60FA00

Tints of Bright Green #60FA00

Color information

#60FA00 (or 0x60FA00) is unknown color: approx Bright Green. HEX triplet: 60, FA and 00. RGB value is (96,250,0). Sum of RGB (Red+Green+Blue) = 96+250+0=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 250 (98.05% from 255 or 72.25% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 250 - color contains mainly: green. Hex color #60FA00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60FA00 is #9F05FF. Grayscale: #B0B0B0. Windows color (decimal): -10421760 or 64096. OLE color: 64096.

HSL color Cylindrical-coordinate representation of color #60FA00: hue angle of 96.96º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60FA00 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB962500-
CMYK0.62010.02
HSL96.96º100%49.02%-
HSV(B)96.96º100%98.04%-
XYZ39.0170.8611.62-
YUV175.4528.9871.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.75%
GREEN value IS 250 (98.05% from 255) = 72.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.75%
G=72.25%
B=0%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal9625000.62010.0296.9610049.02
Hex60FA03E0642616431
Octal1403720760144214114461
Binary1100000111110100111110011001001011000011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60FA00; }

 p { color: rgb(96,250,0); }

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

<style>
 a { background-color: #60FA00; }

 a { background-color: rgb(96,250,0); }

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

<style>
 span { border-color: #60FA00; }

 span { border-color: rgb(96,250,0); }

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