Html Css Color HEX #95D268 Olivine

📋 copy color: '#95D268'

red 149 ◦ green 210 ◦ blue 104

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

Shades of Olivine #95D268

Tints of Olivine #95D268

RGB

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

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

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

R = 32.18%
G = 45.36%
B = 22.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#95D268 (or 0x95D268) is known color: Olivine. HEX triplet: 95, D2 and 68. RGB value is (149,210,104). Sum of RGB (Red+Green+Blue) = 149+210+104=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #95D268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D268 is #6A2D97. Grayscale: #B4B4B4. Windows color (decimal): -6958488 or 6869653. OLE color: 6869653.

HSL color Cylindrical-coordinate representation of color #95D268: hue angle of 94.53º 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 #95D268 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 210 104 -
CMYK 0.29 0 0.50 0.18
HSL 94.53º 0.54% 0.62% -
HSV(B) 94.53º 0.5% 0.82% -
XYZ 37.94 53.48 21.42 -
YUV 179.68 85.29 106.12 -
System Red Green Blue C M Y K H S L
Decimal 149 210 104 0.29 0 0.50 0.18 94.53 0.54 0.62
Hex 95 D2 68 1D 0 32 12 5F 36 3E
Octal 225 322 150 35 0 62 22 137 66 76
Binary 10010101 11010010 1101000 11101 0 110010 10010 1011111 110110 111110

Color Harmonies of #95D268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D268

Black with #95D268

Text Example


Text Example

White with #95D268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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