#95CD99

Color #95CD99 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #95CD99

Tints of Chinook #95CD99

Color information

#95CD99 (or 0x95CD99) is unknown color: approx Chinook. HEX triplet: 95, CD and 99. RGB value is (149,205,153). Sum of RGB (Red+Green+Blue) = 149+205+153=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CD99 is #6A3266. Grayscale: #B6B6B6. Windows color (decimal): -6959719 or 10079637. OLE color: 10079637.

HSL color Cylindrical-coordinate representation of color #95CD99: hue angle of 124.29º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CD99 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB149205153-
CMYK0.2700.250.20
HSL124.29º35.9%69.41%-
HSV(B)124.29º27.32%80.39%-
XYZ39.9852.3538.14-
YUV182.33111.45104.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.39%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 153 (60.16% from 255) = 30.18%
R=29.39%
G=40.43%
B=30.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051530.2700.250.20124.2935.969.41
Hex95CD991B019147c2445
Octal225315231330312417444105
Binary100101011100110110011001110110110011010011111001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95CD99;
 }
 .AnyTagClassName
 {
   color: #95CD99;
 }
</style>
background-color css

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

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

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

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

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

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