Html Css Color HEX #95CA71 Olivine

📋 copy color: '#95CA71'

red 149 ◦ green 202 ◦ blue 113

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

Shades of Olivine #95CA71

Tints of Olivine #95CA71

RGB

 RED value IS 149 (58.59% from 255) = 32.11%

 GREEN value IS 202 (79.3% from 255) = 43.53%

 BLUE value IS 113 (44.53% from 255) = 24.35%

R = 32.11%
G = 43.53%
B = 24.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#95CA71 (or 0x95CA71) is known color: Olivine. HEX triplet: 95, CA and 71. RGB value is (149,202,113). Sum of RGB (Red+Green+Blue) = 149+202+113=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CA71 is #6A358E. Grayscale: #B0B0B0. Windows color (decimal): -6960527 or 7457429. OLE color: 7457429.

HSL color Cylindrical-coordinate representation of color #95CA71: hue angle of 95.73º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95CA71 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 202 113 -
CMYK 0.26 0 0.44 0.21
HSL 95.73º 0.46% 0.62% -
HSV(B) 95.73º 0.44% 0.79% -
XYZ 36.5 49.82 23.32 -
YUV 176.01 92.44 108.74 -
System Red Green Blue C M Y K H S L
Decimal 149 202 113 0.26 0 0.44 0.21 95.73 0.46 0.62
Hex 95 CA 71 1A 0 2C 15 60 2E 3E
Octal 225 312 161 32 0 54 25 140 56 76
Binary 10010101 11001010 1110001 11010 0 101100 10101 1100000 101110 111110

Color Harmonies of #95CA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CA71

Black with #95CA71

Text Example


Text Example

White with #95CA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95CA71; }

 p { color: rgb(149,202,113); }

 H1.HeaderClassName
 {
   color: #95CA71;
 }
 .AnyTagClassName
 {
   color: #95CA71;
 }
</style>

background-color css

<style>
 a { background-color: #95CA71; }

 a { background-color: rgb(149,202,113); }

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

border-color css

<style>
 span { border-color: #95CA71; }

 span { border-color: rgb(149,202,113); }

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