#DCF19D

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

Shades of Reef #DCF19D

Tints of Reef #DCF19D

Color information

#DCF19D (or 0xDCF19D) is unknown color: approx Reef. HEX triplet: DC, F1 and 9D. RGB value is (220,241,157). Sum of RGB (Red+Green+Blue) = 220+241+157=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 157 (61.72% from 255 or 25.40% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF19D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF19D is #230E62. Grayscale: #E1E1E1. Windows color (decimal): -2297443 or 10351068. OLE color: 10351068.

HSL color Cylindrical-coordinate representation of color #DCF19D: hue angle of 75º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCF19D is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB220241157-
CMYK0.0900.350.05
HSL75º75%78.04%-
HSV(B)75º34.85%94.51%-
XYZ67.0680.5643.91-
YUV225.1489.54124.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 241 (94.53% from 255) = 39.00%
BLUE value IS 157 (61.72% from 255) = 25.40%
R=35.60%
G=39.00%
B=25.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202411570.0900.350.05757578.04
HexDCF19D902354b4b4e
Octal334361235110435113113116
Binary11011100111100011001110110010100011101100101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF19D; }

 p { color: rgb(220,241,157); }

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

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

 a { background-color: rgb(220,241,157); }

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

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

 span { border-color: rgb(220,241,157); }

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