#C9FD95

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

Shades of Reef #C9FD95

Tints of Reef #C9FD95

Color information

#C9FD95 (or 0xC9FD95) is unknown color: approx Reef. HEX triplet: C9, FD and 95. RGB value is (201,253,149). Sum of RGB (Red+Green+Blue) = 201+253+149=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #C9FD95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FD95 is #36026A. Grayscale: #E1E1E1. Windows color (decimal): -3539563 or 9829833. OLE color: 9829833.

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

Color convert

RGB201253149-
CMYK0.2100.410.01
HSL90º96.3%78.82%-
HSV(B)90º41.11%99.22%-
XYZ64.6484.8441.4-
YUV225.684.77110.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.33%
GREEN value IS 253 (99.22% from 255) = 41.96%
BLUE value IS 149 (58.59% from 255) = 24.71%
R=33.33%
G=41.96%
B=24.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012531490.2100.410.019096.378.82
HexC9FD951502915a604f
Octal311375225250511132140117
Binary1100100111111101100101011010101010011101101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FD95; }

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

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

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

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

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

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

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

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