Html Css Color HEX #97D261 Olivine

📋 copy color: '#97D261'

red 151 ◦ green 210 ◦ blue 97

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

Shades of Olivine #97D261

Tints of Olivine #97D261

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.85%

 BLUE value IS 97 (38.28% from 255) = 21.18%

R = 32.97%
G = 45.85%
B = 21.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#97D261 (or 0x97D261) is known color: Olivine. HEX triplet: 97, D2 and 61. RGB value is (151,210,97). Sum of RGB (Red+Green+Blue) = 151+210+97=458 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.97% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #97D261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D261 is #682D9E. Grayscale: #B3B3B3. Windows color (decimal): -6827423 or 6410903. OLE color: 6410903.

HSL color Cylindrical-coordinate representation of color #97D261: hue angle of 91.33º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #97D261 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 210 97 -
CMYK 0.28 0 0.54 0.18
HSL 91.33º 0.56% 0.6% -
HSV(B) 91.33º 0.54% 0.82% -
XYZ 37.97 53.54 19.64 -
YUV 179.48 81.45 107.69 -
System Red Green Blue C M Y K H S L
Decimal 151 210 97 0.28 0 0.54 0.18 91.33 0.56 0.6
Hex 97 D2 61 1C 0 36 12 5B 38 3C
Octal 227 322 141 34 0 66 22 133 70 74
Binary 10010111 11010010 1100001 11100 0 110110 10010 1011011 111000 111100

Color Harmonies of #97D261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D261

Black with #97D261

Text Example


Text Example

White with #97D261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,210,97); }

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

background-color css

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

 a { background-color: rgb(151,210,97); }

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

border-color css

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

 span { border-color: rgb(151,210,97); }

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