Html Css Color HEX #95D299 Chinook

📋 copy color: '#95D299'

red 149 ◦ green 210 ◦ blue 153

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

Shades of Chinook #95D299

Tints of Chinook #95D299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.88%

R = 29.1%
G = 41.02%
B = 29.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#95D299 (or 0x95D299) is known color: Chinook. HEX triplet: 95, D2 and 99. RGB value is (149,210,153). Sum of RGB (Red+Green+Blue) = 149+210+153=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #95D299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D299 is #6A2D66. Grayscale: #B9B9B9. Windows color (decimal): -6958439 or 10080917. OLE color: 10080917.

HSL color Cylindrical-coordinate representation of color #95D299: hue angle of 123.93º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D299 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 210 153 -
CMYK 0.29 0 0.27 0.18
HSL 123.93º 0.4% 0.7% -
HSV(B) 123.93º 0.29% 0.82% -
XYZ 41.19 54.78 38.54 -
YUV 185.26 109.79 102.13 -
System Red Green Blue C M Y K H S L
Decimal 149 210 153 0.29 0 0.27 0.18 123.93 0.4 0.7
Hex 95 D2 99 1D 0 1B 12 7C 28 46
Octal 225 322 231 35 0 33 22 174 50 106
Binary 10010101 11010010 10011001 11101 0 11011 10010 1111100 101000 1000110

Color Harmonies of #95D299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D299

Black with #95D299

Text Example


Text Example

White with #95D299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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