#CCF297

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

Shades of Reef #CCF297

Tints of Reef #CCF297

Color information

#CCF297 (or 0xCCF297) is unknown color: approx Reef. HEX triplet: CC, F2 and 97. RGB value is (204,242,151). Sum of RGB (Red+Green+Blue) = 204+242+151=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF297 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF297 is #330D68. Grayscale: #DCDCDC. Windows color (decimal): -3345769 or 9958092. OLE color: 9958092.

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

Color convert

RGB204242151-
CMYK0.1600.380.05
HSL85.05º77.78%77.06%-
HSV(B)85.05º37.6%94.9%-
XYZ62.2478.5841.16-
YUV220.2688.91116.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.17%
GREEN value IS 242 (94.92% from 255) = 40.54%
BLUE value IS 151 (59.38% from 255) = 25.29%
R=34.17%
G=40.54%
B=25.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042421510.1600.380.0585.0577.7877.06
HexCCF297100265554e4d
Octal314362227200465125116115
Binary110011001111001010010111100000100110101101010110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF297; }

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

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

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

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

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

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

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

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