Html Css Color HEX #97D467 Olivine

📋 copy color: '#97D467'

red 151 ◦ green 212 ◦ blue 103

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

Shades of Olivine #97D467

Tints of Olivine #97D467

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.49%

 BLUE value IS 103 (40.63% from 255) = 22.1%

R = 32.4%
G = 45.49%
B = 22.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#97D467 (or 0x97D467) is known color: Olivine. HEX triplet: 97, D4 and 67. RGB value is (151,212,103). Sum of RGB (Red+Green+Blue) = 151+212+103=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 212 - color contains mainly: green. Hex color #97D467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D467 is #682B98. Grayscale: #B5B5B5. Windows color (decimal): -6826905 or 6804631. OLE color: 6804631.

HSL color Cylindrical-coordinate representation of color #97D467: hue angle of 93.58º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97D467 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 212 103 -
CMYK 0.29 0 0.51 0.17
HSL 93.58º 0.56% 0.62% -
HSV(B) 93.58º 0.51% 0.83% -
XYZ 38.75 54.65 21.34 -
YUV 181.34 83.79 106.36 -
System Red Green Blue C M Y K H S L
Decimal 151 212 103 0.29 0 0.51 0.17 93.58 0.56 0.62
Hex 97 D4 67 1D 0 33 11 5E 38 3E
Octal 227 324 147 35 0 63 21 136 70 76
Binary 10010111 11010100 1100111 11101 0 110011 10001 1011110 111000 111110

Color Harmonies of #97D467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D467

Black with #97D467

Text Example


Text Example

White with #97D467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,212,103); }

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

background-color css

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

 a { background-color: rgb(151,212,103); }

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

border-color css

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

 span { border-color: rgb(151,212,103); }

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