#DCFD8D

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

Shades of Reef #DCFD8D

Tints of Reef #DCFD8D

Color information

#DCFD8D (or 0xDCFD8D) is unknown color: approx Reef. HEX triplet: DC, FD and 8D. RGB value is (220,253,141). Sum of RGB (Red+Green+Blue) = 220+253+141=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 141 (55.47% from 255 or 22.96% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD8D is #230272. Grayscale: #E6E6E6. Windows color (decimal): -2294387 or 9305564. OLE color: 9305564.

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

Color convert

RGB220253141-
CMYK0.1300.440.01
HSL77.68º96.55%77.25%-
HSV(B)77.68º44.27%99.22%-
XYZ69.4587.3938.41-
YUV230.3677.57120.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 253 (99.22% from 255) = 41.21%
BLUE value IS 141 (55.47% from 255) = 22.96%
R=35.83%
G=41.21%
B=22.96%

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
Decimal2202531410.1300.440.0177.6896.5577.25
HexDCFD8DD02C14e614d
Octal334375215150541116141115
Binary110111001111110110001101110101011001100111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFD8D; }

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

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

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

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

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

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

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

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