Html Css Color HEX #97D265 Olivine

📋 copy color: '#97D265'

red 151 ◦ green 210 ◦ blue 101

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

Shades of Olivine #97D265

Tints of Olivine #97D265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.86%

R = 32.68%
G = 45.45%
B = 21.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#97D265 (or 0x97D265) is known color: Olivine. HEX triplet: 97, D2 and 65. RGB value is (151,210,101). Sum of RGB (Red+Green+Blue) = 151+210+101=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #97D265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D265 is #682D9A. Grayscale: #B4B4B4. Windows color (decimal): -6827419 or 6673047. OLE color: 6673047.

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

Color convert

RGB 151 210 101 -
CMYK 0.28 0 0.52 0.18
HSL 92.48º 0.55% 0.61% -
HSV(B) 92.48º 0.52% 0.82% -
XYZ 38.16 53.61 20.65 -
YUV 179.93 83.45 107.36 -
System Red Green Blue C M Y K H S L
Decimal 151 210 101 0.28 0 0.52 0.18 92.48 0.55 0.61
Hex 97 D2 65 1C 0 34 12 5C 37 3D
Octal 227 322 145 34 0 64 22 134 67 75
Binary 10010111 11010010 1100101 11100 0 110100 10010 1011100 110111 111101

Color Harmonies of #97D265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D265

Black with #97D265

Text Example


Text Example

White with #97D265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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