#DCFD8C

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

Shades of Reef #DCFD8C

Tints of Reef #DCFD8C

Color information

#DCFD8C (or 0xDCFD8C) is unknown color: approx Reef. HEX triplet: DC, FD and 8C. RGB value is (220,253,140). Sum of RGB (Red+Green+Blue) = 220+253+140=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 140 (55.08% from 255 or 22.84% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD8C is #230273. Grayscale: #E6E6E6. Windows color (decimal): -2294388 or 9240028. OLE color: 9240028.

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

Color convert

RGB220253140-
CMYK0.1300.450.01
HSL77.52º96.58%77.06%-
HSV(B)77.52º44.66%99.22%-
XYZ69.3787.3638.02-
YUV230.2577.07120.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 253 (99.22% from 255) = 41.27%
BLUE value IS 140 (55.08% from 255) = 22.84%
R=35.89%
G=41.27%
B=22.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202531400.1300.450.0177.5296.5877.06
HexDCFD8CD02D14e614d
Octal334375214150551116141115
Binary110111001111110110001100110101011011100111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFD8C; }

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

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

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

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

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

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

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

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