#DCF48D

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

Shades of Reef #DCF48D

Tints of Reef #DCF48D

Color information

#DCF48D (or 0xDCF48D) is unknown color: approx Reef. HEX triplet: DC, F4 and 8D. RGB value is (220,244,141). Sum of RGB (Red+Green+Blue) = 220+244+141=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF48D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF48D is #230B72. Grayscale: #E1E1E1. Windows color (decimal): -2296691 or 9303260. OLE color: 9303260.

HSL color Cylindrical-coordinate representation of color #DCF48D: hue angle of 73.98º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCF48D is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB220244141-
CMYK0.1000.420.04
HSL73.98º82.4%75.49%-
HSV(B)73.98º42.21%95.69%-
XYZ66.6781.8437.48-
YUV225.0880.55124.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 244 (95.70% from 255) = 40.33%
BLUE value IS 141 (55.47% from 255) = 23.31%
R=36.36%
G=40.33%
B=23.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202441410.1000.420.0473.9882.475.49
HexDCF48DA02A44a524b
Octal334364215120524112122113
Binary11011100111101001000110110100101010100100101010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF48D; }

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

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

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

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

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

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

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

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