#CCFF99

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

Shades of Reef #CCFF99

Tints of Reef #CCFF99

Color information

#CCFF99 (or 0xCCFF99) is unknown color: approx Reef. HEX triplet: CC, FF and 99. RGB value is (204,255,153). Sum of RGB (Red+Green+Blue) = 204+255+153=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF99 is a web safe color. Inversed color of #CCFF99 is #330066. Grayscale: #E4E4E4. Windows color (decimal): -3342439 or 10092492. OLE color: 10092492.

HSL color Cylindrical-coordinate representation of color #CCFF99: hue angle of 90º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCFF99 is Cyan = 0.2, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.

Color convert

RGB204255153-
CMYK0.200.40
HSL90º100%80%-
HSV(B)90º40%100%-
XYZ66.4186.6643.36-
YUV228.1285.6110.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 255 (100% from 255) = 41.67%
BLUE value IS 153 (60.16% from 255) = 25%
R=33.33%
G=41.67%
B=25%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551530.200.409010080
HexCCFF991402805a6450
Octal314377231240500132144120
Binary1100110011111111100110011010001010000101101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF99; }

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

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

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

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

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

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

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

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