#CCF497

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

Shades of Reef #CCF497

Tints of Reef #CCF497

Color information

#CCF497 (or 0xCCF497) is unknown color: approx Reef. HEX triplet: CC, F4 and 97. RGB value is (204,244,151). Sum of RGB (Red+Green+Blue) = 204+244+151=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 151 (59.38% from 255 or 25.21% from 599); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF497 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF497 is #330B68. Grayscale: #DDDDDD. Windows color (decimal): -3345257 or 9958604. OLE color: 9958604.

HSL color Cylindrical-coordinate representation of color #CCF497: hue angle of 85.81º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCF497 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB204244151-
CMYK0.1600.380.04
HSL85.81º80.87%77.45%-
HSV(B)85.81º38.11%95.69%-
XYZ62.8479.7741.36-
YUV221.4488.25115.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 244 (95.70% from 255) = 40.73%
BLUE value IS 151 (59.38% from 255) = 25.21%
R=34.06%
G=40.73%
B=25.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042441510.1600.380.0485.8180.8777.45
HexCCF49710026456514d
Octal314364227200464126121115
Binary110011001111010010010111100000100110100101011010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF497; }

 p { color: rgb(204,244,151); }

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

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

 a { background-color: rgb(204,244,151); }

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

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

 span { border-color: rgb(204,244,151); }

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