#CCF399

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

Shades of Reef #CCF399

Tints of Reef #CCF399

Color information

#CCF399 (or 0xCCF399) is unknown color: approx Reef. HEX triplet: CC, F3 and 99. RGB value is (204,243,153). Sum of RGB (Red+Green+Blue) = 204+243+153=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 153 (60.16% from 255 or 25.5% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF399 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF399 is #330C66. Grayscale: #DDDDDD. Windows color (decimal): -3345511 or 10089420. OLE color: 10089420.

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

Color convert

RGB204243153-
CMYK0.1600.370.05
HSL86º78.95%77.65%-
HSV(B)86º37.04%95.29%-
XYZ62.779.2442.13-
YUV221.0889.58115.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 243 (95.31% from 255) = 40.5%
BLUE value IS 153 (60.16% from 255) = 25.5%
R=34%
G=40.5%
B=25.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042431530.1600.370.058678.9577.65
HexCCF399100255564f4e
Octal314363231200455126117116
Binary110011001111001110011001100000100101101101011010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF399; }

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

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

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

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

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

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

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

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