#97DE5C

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

Shades of Conifer #97DE5C

Tints of Conifer #97DE5C

Color information

#97DE5C (or 0x97DE5C) is unknown color: approx Conifer. HEX triplet: 97, DE and 5C. RGB value is (151,222,92). Sum of RGB (Red+Green+Blue) = 151+222+92=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #97DE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DE5C is #6821A3. Grayscale: #BABABA. Windows color (decimal): -6824356 or 6086295. OLE color: 6086295.

HSL color Cylindrical-coordinate representation of color #97DE5C: hue angle of 92.77º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #97DE5C is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB15122292-
CMYK0.3200.590.13
HSL92.77º66.33%61.57%-
HSV(B)92.77º58.56%87.06%-
XYZ40.8259.5919.48-
YUV185.9574.98103.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.47%
GREEN value IS 222 (87.11% from 255) = 47.74%
BLUE value IS 92 (36.33% from 255) = 19.78%
R=32.47%
G=47.74%
B=19.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151222920.3200.590.1392.7766.3361.57
Hex97DE5C2003BD5d423e
Octal227336134400731513510276
Binary100101111101111010111001000000111011110110111011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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