#CCF99C

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

Shades of Reef #CCF99C

Tints of Reef #CCF99C

Color information

#CCF99C (or 0xCCF99C) is unknown color: approx Reef. HEX triplet: CC, F9 and 9C. RGB value is (204,249,156). Sum of RGB (Red+Green+Blue) = 204+249+156=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 156 (61.33% from 255 or 25.62% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF99C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF99C is #330663. Grayscale: #E1E1E1. Windows color (decimal): -3343972 or 10287564. OLE color: 10287564.

HSL color Cylindrical-coordinate representation of color #CCF99C: hue angle of 89.03º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCF99C is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB204249156-
CMYK0.1800.370.02
HSL89.03º88.57%79.41%-
HSV(B)89.03º37.35%97.65%-
XYZ64.7882.9944.06-
YUV224.9489.09113.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 249 (97.66% from 255) = 40.89%
BLUE value IS 156 (61.33% from 255) = 25.62%
R=33.50%
G=40.89%
B=25.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042491560.1800.370.0289.0388.5779.41
HexCCF99C12025259594f
Octal314371234220452131131117
Binary11001100111110011001110010010010010110101100110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF99C; }

 p { color: rgb(204,249,156); }

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

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

 a { background-color: rgb(204,249,156); }

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

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

 span { border-color: rgb(204,249,156); }

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