#CCF49A

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

Shades of Reef #CCF49A

Tints of Reef #CCF49A

Color information

#CCF49A (or 0xCCF49A) is unknown color: approx Reef. HEX triplet: CC, F4 and 9A. RGB value is (204,244,154). Sum of RGB (Red+Green+Blue) = 204+244+154=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 244 (95.70% from 255 or 40.53% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF49A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF49A is #330B65. Grayscale: #DEDEDE. Windows color (decimal): -3345254 or 10155212. OLE color: 10155212.

HSL color Cylindrical-coordinate representation of color #CCF49A: hue angle of 86.67º degrees, saturation: 0.8, 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 #CCF49A is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB204244154-
CMYK0.1600.370.04
HSL86.67º80.36%78.04%-
HSV(B)86.67º36.89%95.69%-
XYZ63.0979.8742.66-
YUV221.7889.75115.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 244 (95.70% from 255) = 40.53%
BLUE value IS 154 (60.55% from 255) = 25.58%
R=33.89%
G=40.53%
B=25.58%

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
Decimal2042441540.1600.370.0486.6780.3678.04
HexCCF49A10025457504e
Octal314364232200454127120116
Binary110011001111010010011010100000100101100101011110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF49A; }

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

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

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

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

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

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

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

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