#CCFD8E

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

Shades of Reef #CCFD8E

Tints of Reef #CCFD8E

Color information

#CCFD8E (or 0xCCFD8E) is unknown color: approx Reef. HEX triplet: CC, FD and 8E. RGB value is (204,253,142). Sum of RGB (Red+Green+Blue) = 204+253+142=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 142 (55.86% from 255 or 23.71% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFD8E is #330271. Grayscale: #E2E2E2. Windows color (decimal): -3342962 or 9371084. OLE color: 9371084.

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

Color convert

RGB204253142-
CMYK0.1900.440.01
HSL86.49º96.52%77.45%-
HSV(B)86.49º43.87%99.22%-
XYZ64.9185.0438.58-
YUV225.780.77112.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 253 (99.22% from 255) = 42.24%
BLUE value IS 142 (55.86% from 255) = 23.71%
R=34.06%
G=42.24%
B=23.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042531420.1900.440.0186.4996.5277.45
HexCCFD8E1302C156614d
Octal314375216230541126141115
Binary1100110011111101100011101001101011001101011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFD8E; }

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

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

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

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

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

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

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

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