#CCF794

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

Shades of Reef #CCF794

Tints of Reef #CCF794

Color information

#CCF794 (or 0xCCF794) is unknown color: approx Reef. HEX triplet: CC, F7 and 94. RGB value is (204,247,148). Sum of RGB (Red+Green+Blue) = 204+247+148=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF794 is #33086B. Grayscale: #DFDFDF. Windows color (decimal): -3344492 or 9762764. OLE color: 9762764.

HSL color Cylindrical-coordinate representation of color #CCF794: hue angle of 86.06º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCF794 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB204247148-
CMYK0.1700.400.03
HSL86.06º86.09%77.45%-
HSV(B)86.06º40.08%96.86%-
XYZ63.5181.540.4-
YUV222.8685.75114.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 247 (96.88% from 255) = 41.24%
BLUE value IS 148 (58.20% from 255) = 24.71%
R=34.06%
G=41.24%
B=24.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042471480.1700.400.0386.0686.0977.45
HexCCF79411028356564d
Octal314367224210503126126115
Binary11001100111101111001010010001010100011101011010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF794; }

 p { color: rgb(204,247,148); }

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

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

 a { background-color: rgb(204,247,148); }

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

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

 span { border-color: rgb(204,247,148); }

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