#97FF5F

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

Shades of Conifer #97FF5F

Tints of Conifer #97FF5F

Color information

#97FF5F (or 0x97FF5F) is unknown color: approx Conifer. HEX triplet: 97, FF and 5F. RGB value is (151,255,95). Sum of RGB (Red+Green+Blue) = 151+255+95=501 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.14% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #97FF5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97FF5F is #6800A0. Grayscale: #CECECE. Windows color (decimal): -6815905 or 6291351. OLE color: 6291351.

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

Color convert

RGB15125595-
CMYK0.4100.630
HSL99º100%68.63%-
HSV(B)99º62.75%100%-
XYZ50.5978.9323.39-
YUV205.6665.5489.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.14%
GREEN value IS 255 (100% from 255) = 50.90%
BLUE value IS 95 (37.5% from 255) = 18.96%
R=30.14%
G=50.90%
B=18.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal151255950.4100.6309910068.63
Hex97FF5F2903F0636445
Octal227377137510770143144105
Binary1001011111111111101111110100101111110110001111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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