#CCF996

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

Shades of Reef #CCF996

Tints of Reef #CCF996

Color information

#CCF996 (or 0xCCF996) is unknown color: approx Reef. HEX triplet: CC, F9 and 96. RGB value is (204,249,150). Sum of RGB (Red+Green+Blue) = 204+249+150=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF996 is #330669. Grayscale: #E0E0E0. Windows color (decimal): -3343978 or 9894348. OLE color: 9894348.

HSL color Cylindrical-coordinate representation of color #CCF996: hue angle of 87.27º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCF996 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB204249150-
CMYK0.1800.400.02
HSL87.27º89.19%78.24%-
HSV(B)87.27º39.76%97.65%-
XYZ64.2882.7941.45-
YUV224.2686.09113.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 249 (97.66% from 255) = 41.29%
BLUE value IS 150 (58.98% from 255) = 24.88%
R=33.83%
G=41.29%
B=24.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042491500.1800.400.0287.2789.1978.24
HexCCF99612028257594e
Octal314371226220502127131116
Binary11001100111110011001011010010010100010101011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF996; }

 p { color: rgb(204,249,150); }

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

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

 a { background-color: rgb(204,249,150); }

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

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

 span { border-color: rgb(204,249,150); }

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