Html Css Color HEX #97D268 Olivine

📋 copy color: '#97D268'

red 151 ◦ green 210 ◦ blue 104

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

Shades of Olivine #97D268

Tints of Olivine #97D268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.37%

R = 32.47%
G = 45.16%
B = 22.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#97D268 (or 0x97D268) is known color: Olivine. HEX triplet: 97, D2 and 68. RGB value is (151,210,104). Sum of RGB (Red+Green+Blue) = 151+210+104=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #97D268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D268 is #682D97. Grayscale: #B4B4B4. Windows color (decimal): -6827416 or 6869655. OLE color: 6869655.

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

Color convert

RGB 151 210 104 -
CMYK 0.28 0 0.50 0.18
HSL 93.4º 0.54% 0.62% -
HSV(B) 93.4º 0.5% 0.82% -
XYZ 38.31 53.67 21.44 -
YUV 180.28 84.95 107.12 -
System Red Green Blue C M Y K H S L
Decimal 151 210 104 0.28 0 0.50 0.18 93.4 0.54 0.62
Hex 97 D2 68 1C 0 32 12 5D 36 3E
Octal 227 322 150 34 0 62 22 135 66 76
Binary 10010111 11010010 1101000 11100 0 110010 10010 1011101 110110 111110

Color Harmonies of #97D268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D268

Black with #97D268

Text Example


Text Example

White with #97D268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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