#CCF499

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

Shades of Reef #CCF499

Tints of Reef #CCF499

Color information

#CCF499 (or 0xCCF499) is unknown color: approx Reef. HEX triplet: CC, F4 and 99. RGB value is (204,244,153). Sum of RGB (Red+Green+Blue) = 204+244+153=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 244 (95.70% from 255 or 40.60% from 601); Blue value is 153 (60.16% from 255 or 25.46% from 601); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF499 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF499 is #330B66. Grayscale: #DDDDDD. Windows color (decimal): -3345255 or 10089676. OLE color: 10089676.

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

Color convert

RGB204244153-
CMYK0.1600.370.04
HSL86.37º80.53%77.84%-
HSV(B)86.37º37.3%95.69%-
XYZ6379.8442.23-
YUV221.6789.25115.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 244 (95.70% from 255) = 40.60%
BLUE value IS 153 (60.16% from 255) = 25.46%
R=33.94%
G=40.60%
B=25.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042441530.1600.370.0486.3780.5377.84
HexCCF49910025456514e
Octal314364231200454126121116
Binary110011001111010010011001100000100101100101011010100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF499; }

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

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

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

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

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

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

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

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