#CCF397

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

Shades of Reef #CCF397

Tints of Reef #CCF397

Color information

#CCF397 (or 0xCCF397) is unknown color: approx Reef. HEX triplet: CC, F3 and 97. RGB value is (204,243,151). Sum of RGB (Red+Green+Blue) = 204+243+151=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 151 (59.38% from 255 or 25.25% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF397 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF397 is #330C68. Grayscale: #DDDDDD. Windows color (decimal): -3345513 or 9958348. OLE color: 9958348.

HSL color Cylindrical-coordinate representation of color #CCF397: hue angle of 85.43º degrees, saturation: 0.79, 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 #CCF397 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB204243151-
CMYK0.1600.380.05
HSL85.43º79.31%77.25%-
HSV(B)85.43º37.86%95.29%-
XYZ62.5479.1741.26-
YUV220.8588.58115.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 243 (95.31% from 255) = 40.64%
BLUE value IS 151 (59.38% from 255) = 25.25%
R=34.11%
G=40.64%
B=25.25%

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
Decimal2042431510.1600.380.0585.4379.3177.25
HexCCF397100265554f4d
Octal314363227200465125117115
Binary110011001111001110010111100000100110101101010110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF397; }

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

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

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

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

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

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

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

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