#C9FC9B

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

Shades of Reef #C9FC9B

Tints of Reef #C9FC9B

Color information

#C9FC9B (or 0xC9FC9B) is unknown color: approx Reef. HEX triplet: C9, FC and 9B. RGB value is (201,252,155). Sum of RGB (Red+Green+Blue) = 201+252+155=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 155 (60.94% from 255 or 25.49% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FC9B is #360364. Grayscale: #E2E2E2. Windows color (decimal): -3539813 or 10222793. OLE color: 10222793.

HSL color Cylindrical-coordinate representation of color #C9FC9B: hue angle of 91.55º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C9FC9B is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB201252155-
CMYK0.2000.380.01
HSL91.55º94.17%79.8%-
HSV(B)91.55º38.49%98.82%-
XYZ64.8184.443.89-
YUV225.6988.1110.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.06%
GREEN value IS 252 (98.83% from 255) = 41.45%
BLUE value IS 155 (60.94% from 255) = 25.49%
R=33.06%
G=41.45%
B=25.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012521550.2000.380.0191.5594.1779.8
HexC9FC9B1402615c5e50
Octal311374233240461134136120
Binary1100100111111100100110111010001001101101110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FC9B; }

 p { color: rgb(201,252,155); }

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

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

 a { background-color: rgb(201,252,155); }

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

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

 span { border-color: rgb(201,252,155); }

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