#DCFC8D

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

Shades of Reef #DCFC8D

Tints of Reef #DCFC8D

Color information

#DCFC8D (or 0xDCFC8D) is unknown color: approx Reef. HEX triplet: DC, FC and 8D. RGB value is (220,252,141). Sum of RGB (Red+Green+Blue) = 220+252+141=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 141 (55.47% from 255 or 23.00% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC8D is #230372. Grayscale: #E6E6E6. Windows color (decimal): -2294643 or 9305308. OLE color: 9305308.

HSL color Cylindrical-coordinate representation of color #DCFC8D: hue angle of 77.3º degrees, saturation: 0.95, 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 #DCFC8D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB220252141-
CMYK0.1300.440.01
HSL77.3º94.87%77.06%-
HSV(B)77.3º44.05%98.82%-
XYZ69.1386.7638.3-
YUV229.7877.9121.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 252 (98.83% from 255) = 41.11%
BLUE value IS 141 (55.47% from 255) = 23.00%
R=35.89%
G=41.11%
B=23.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202521410.1300.440.0177.394.8777.06
HexDCFC8DD02C14d5f4d
Octal334374215150541115137115
Binary110111001111110010001101110101011001100110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFC8D; }

 p { color: rgb(220,252,141); }

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

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

 a { background-color: rgb(220,252,141); }

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

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

 span { border-color: rgb(220,252,141); }

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