#97FF40

Color #97FF40 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #97FF40

Tints of Green Yellow #97FF40

Color information

#97FF40 (or 0x97FF40) is unknown color: approx Green Yellow. HEX triplet: 97, FF and 40. RGB value is (151,255,64). Sum of RGB (Red+Green+Blue) = 151+255+64=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #97FF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #97FF40 is #6800BF. Grayscale: #CACACA. Windows color (decimal): -6815936 or 4259735. OLE color: 4259735.

HSL color Cylindrical-coordinate representation of color #97FF40: hue angle of 92.67º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #97FF40 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB15125564-
CMYK0.4100.750
HSL92.67º100%62.55%-
HSV(B)92.67º74.9%100%-
XYZ49.4578.4717.39-
YUV202.1350.0491.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.13%
GREEN value IS 255 (100% from 255) = 54.26%
BLUE value IS 64 (25.39% from 255) = 13.62%
R=32.13%
G=54.26%
B=13.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal151255640.4100.75092.6710062.55
Hex97FF402904B05d643f
Octal227377100510113013514477
Binary1001011111111111100000010100101001011010111011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97FF40; }

 p { color: rgb(151,255,64); }

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

<style>
 a { background-color: #97FF40; }

 a { background-color: rgb(151,255,64); }

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

<style>
 span { border-color: #97FF40; }

 span { border-color: rgb(151,255,64); }

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