#97EC5C

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

Shades of Conifer #97EC5C

Tints of Conifer #97EC5C

Color information

#97EC5C (or 0x97EC5C) is unknown color: approx Conifer. HEX triplet: 97, EC and 5C. RGB value is (151,236,92). Sum of RGB (Red+Green+Blue) = 151+236+92=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #97EC5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97EC5C is #6813A3. Grayscale: #C2C2C2. Windows color (decimal): -6820772 or 6089879. OLE color: 6089879.

HSL color Cylindrical-coordinate representation of color #97EC5C: hue angle of 95.42º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #97EC5C is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB15123692-
CMYK0.3600.610.07
HSL95.42º79.12%64.31%-
HSV(B)95.42º61.02%92.55%-
XYZ44.6967.3420.77-
YUV194.1770.3497.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.52%
GREEN value IS 236 (92.58% from 255) = 49.27%
BLUE value IS 92 (36.33% from 255) = 19.21%
R=31.52%
G=49.27%
B=19.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal151236920.3600.610.0795.4279.1264.31
Hex97EC5C2403D75f4f40
Octal227354134440757137117100
Binary100101111110110010111001001000111101111101111110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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