#97FF5C

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

Shades of Conifer #97FF5C

Tints of Conifer #97FF5C

Color information

#97FF5C (or 0x97FF5C) is unknown color: approx Conifer. HEX triplet: 97, FF and 5C. RGB value is (151,255,92). Sum of RGB (Red+Green+Blue) = 151+255+92=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #97FF5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97FF5C is #6800A3. Grayscale: #CDCDCD. Windows color (decimal): -6815908 or 6094743. OLE color: 6094743.

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

Color convert

RGB15125592-
CMYK0.4100.640
HSL98.28º100%68.04%-
HSV(B)98.28º63.92%100%-
XYZ50.4578.8722.69-
YUV205.3264.0489.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.32%
GREEN value IS 255 (100% from 255) = 51.20%
BLUE value IS 92 (36.33% from 255) = 18.47%
R=30.32%
G=51.20%
B=18.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal151255920.4100.64098.2810068.04
Hex97FF5C290400626444
Octal2273771345101000142144104
Binary10010111111111111011100101001010000000110001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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