#CCF697

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

Shades of Reef #CCF697

Tints of Reef #CCF697

Color information

#CCF697 (or 0xCCF697) is unknown color: approx Reef. HEX triplet: CC, F6 and 97. RGB value is (204,246,151). Sum of RGB (Red+Green+Blue) = 204+246+151=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 246 (96.48% from 255 or 40.93% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF697 is #330968. Grayscale: #DEDEDE. Windows color (decimal): -3344745 or 9959116. OLE color: 9959116.

HSL color Cylindrical-coordinate representation of color #CCF697: hue angle of 86.53º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCF697 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB204246151-
CMYK0.1700.390.04
HSL86.53º84.07%77.84%-
HSV(B)86.53º38.62%96.47%-
XYZ63.4480.9841.57-
YUV222.6187.59114.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 246 (96.48% from 255) = 40.93%
BLUE value IS 151 (59.38% from 255) = 25.12%
R=33.94%
G=40.93%
B=25.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042461510.1700.390.0486.5384.0777.84
HexCCF69711027457544e
Octal314366227210474127124116
Binary110011001111011010010111100010100111100101011110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF697; }

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

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

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

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

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

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

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

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