#C9FF95

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

Shades of Reef #C9FF95

Tints of Reef #C9FF95

Color information

#C9FF95 (or 0xC9FF95) is unknown color: approx Reef. HEX triplet: C9, FF and 95. RGB value is (201,255,149). Sum of RGB (Red+Green+Blue) = 201+255+149=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 149 (58.59% from 255 or 24.63% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FF95 is #36006A. Grayscale: #E3E3E3. Windows color (decimal): -3539051 or 9830345. OLE color: 9830345.

HSL color Cylindrical-coordinate representation of color #C9FF95: hue angle of 90.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9FF95 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB201255149-
CMYK0.2100.420
HSL90.57º100%79.22%-
HSV(B)90.57º41.57%100%-
XYZ65.2786.1141.61-
YUV226.7784.11109.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.22%
GREEN value IS 255 (100% from 255) = 42.15%
BLUE value IS 149 (58.59% from 255) = 24.63%
R=33.22%
G=42.15%
B=24.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2012551490.2100.42090.5710079.22
HexC9FF951502A05b644f
Octal311377225250520133144117
Binary1100100111111111100101011010101010100101101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FF95; }

 p { color: rgb(201,255,149); }

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

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

 a { background-color: rgb(201,255,149); }

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

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

 span { border-color: rgb(201,255,149); }

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