#CCFD9E

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

Shades of Reef #CCFD9E

Tints of Reef #CCFD9E

Color information

#CCFD9E (or 0xCCFD9E) is unknown color: approx Reef. HEX triplet: CC, FD and 9E. RGB value is (204,253,158). Sum of RGB (Red+Green+Blue) = 204+253+158=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFD9E is #330261. Grayscale: #E3E3E3. Windows color (decimal): -3342946 or 10419660. OLE color: 10419660.

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

Color convert

RGB204253158-
CMYK0.1900.380.01
HSL90.95º95.96%80.59%-
HSV(B)90.95º37.55%99.22%-
XYZ66.285.5645.37-
YUV227.5288.77111.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.17%
GREEN value IS 253 (99.22% from 255) = 41.14%
BLUE value IS 158 (62.11% from 255) = 25.69%
R=33.17%
G=41.14%
B=25.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042531580.1900.380.0190.9595.9680.59
HexCCFD9E1302615b6051
Octal314375236230461133140121
Binary1100110011111101100111101001101001101101101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFD9E; }

 p { color: rgb(204,253,158); }

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

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

 a { background-color: rgb(204,253,158); }

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

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

 span { border-color: rgb(204,253,158); }

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