#DCF69C

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

Shades of Reef #DCF69C

Tints of Reef #DCF69C

Color information

#DCF69C (or 0xDCF69C) is unknown color: approx Reef. HEX triplet: DC, F6 and 9C. RGB value is (220,246,156). Sum of RGB (Red+Green+Blue) = 220+246+156=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 156 (61.33% from 255 or 25.08% from 622); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF69C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF69C is #230963. Grayscale: #E4E4E4. Windows color (decimal): -2296164 or 10286812. OLE color: 10286812.

HSL color Cylindrical-coordinate representation of color #DCF69C: hue angle of 77.33º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCF69C is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB220246156-
CMYK0.1100.370.04
HSL77.33º83.33%78.82%-
HSV(B)77.33º36.59%96.47%-
XYZ68.4783.5343.97-
YUV227.9787.39122.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.37%
GREEN value IS 246 (96.48% from 255) = 39.55%
BLUE value IS 156 (61.33% from 255) = 25.08%
R=35.37%
G=39.55%
B=25.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202461560.1100.370.0477.3383.3378.82
HexDCF69CB02544d534f
Octal334366234130454115123117
Binary11011100111101101001110010110100101100100110110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF69C; }

 p { color: rgb(220,246,156); }

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

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

 a { background-color: rgb(220,246,156); }

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

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

 span { border-color: rgb(220,246,156); }

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