#DCFA8D

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

Shades of Reef #DCFA8D

Tints of Reef #DCFA8D

Color information

#DCFA8D (or 0xDCFA8D) is unknown color: approx Reef. HEX triplet: DC, FA and 8D. RGB value is (220,250,141). Sum of RGB (Red+Green+Blue) = 220+250+141=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFA8D is #230572. Grayscale: #E5E5E5. Windows color (decimal): -2295155 or 9304796. OLE color: 9304796.

HSL color Cylindrical-coordinate representation of color #DCFA8D: hue angle of 76.51º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCFA8D is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB220250141-
CMYK0.1200.440.02
HSL76.51º91.6%76.67%-
HSV(B)76.51º43.6%98.04%-
XYZ68.5185.5138.09-
YUV228.678.56121.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 250 (98.05% from 255) = 40.92%
BLUE value IS 141 (55.47% from 255) = 23.08%
R=36.01%
G=40.92%
B=23.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202501410.1200.440.0276.5191.676.67
HexDCFA8DC02C24d5c4d
Octal334372215140542115134115
Binary1101110011111010100011011100010110010100110110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFA8D; }

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

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

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

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

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

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

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

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