Html Css Color HEX #97D55A Conifer

📋 copy color: '#97D55A'

red 151 ◦ green 213 ◦ blue 90

#97D55A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #97D55A

Tints of Conifer #97D55A

RGB

 RED value IS 151 (59.38% from 255) = 33.26%

 GREEN value IS 213 (83.59% from 255) = 46.92%

 BLUE value IS 90 (35.55% from 255) = 19.82%

R = 33.26%
G = 46.92%
B = 19.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#97D55A (or 0x97D55A) is known color: Conifer. HEX triplet: 97, D5 and 5A. RGB value is (151,213,90). Sum of RGB (Red+Green+Blue) = 151+213+90=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #97D55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D55A is #682AA5. Grayscale: #B4B4B4. Windows color (decimal): -6826662 or 5952919. OLE color: 5952919.

HSL color Cylindrical-coordinate representation of color #97D55A: hue angle of 90.24º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97D55A is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 213 90 -
CMYK 0.29 0 0.58 0.16
HSL 90.24º 0.59% 0.59% -
HSV(B) 90.24º 0.58% 0.84% -
XYZ 38.4 54.91 18.25 -
YUV 180.44 76.96 107 -
System Red Green Blue C M Y K H S L
Decimal 151 213 90 0.29 0 0.58 0.16 90.24 0.59 0.59
Hex 97 D5 5A 1D 0 3A 10 5A 3B 3B
Octal 227 325 132 35 0 72 20 132 73 73
Binary 10010111 11010101 1011010 11101 0 111010 10000 1011010 111011 111011

Color Harmonies of #97D55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D55A

Black with #97D55A

Text Example


Text Example

White with #97D55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,213,90); }

 H1.HeaderClassName
 {
   color: #97D55A;
 }
 .AnyTagClassName
 {
   color: #97D55A;
 }
</style>

background-color css

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

 a { background-color: rgb(151,213,90); }

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

border-color css

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

 span { border-color: rgb(151,213,90); }

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