#CCFC94

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

Shades of Reef #CCFC94

Tints of Reef #CCFC94

Color information

#CCFC94 (or 0xCCFC94) is unknown color: approx Reef. HEX triplet: CC, FC and 94. RGB value is (204,252,148). Sum of RGB (Red+Green+Blue) = 204+252+148=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 148 (58.20% from 255 or 24.50% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFC94 is #33036B. Grayscale: #E2E2E2. Windows color (decimal): -3343212 or 9764044. OLE color: 9764044.

HSL color Cylindrical-coordinate representation of color #CCFC94: hue angle of 87.69º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCFC94 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB204252148-
CMYK0.1900.410.01
HSL87.69º94.55%78.43%-
HSV(B)87.69º41.27%98.82%-
XYZ65.0684.640.92-
YUV225.7984.1112.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 252 (98.83% from 255) = 41.72%
BLUE value IS 148 (58.20% from 255) = 24.50%
R=33.77%
G=41.72%
B=24.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042521480.1900.410.0187.6994.5578.43
HexCCFC94130291585f4e
Octal314374224230511130137116
Binary1100110011111100100101001001101010011101100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFC94; }

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

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

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

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

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

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

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

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