#DCF698

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

Shades of Reef #DCF698

Tints of Reef #DCF698

Color information

#DCF698 (or 0xDCF698) is unknown color: approx Reef. HEX triplet: DC, F6 and 98. RGB value is (220,246,152). Sum of RGB (Red+Green+Blue) = 220+246+152=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 246 (96.48% from 255 or 39.81% from 618); Blue value is 152 (59.77% from 255 or 24.60% from 618); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF698 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF698 is #230967. Grayscale: #E3E3E3. Windows color (decimal): -2296168 or 10024668. OLE color: 10024668.

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

Color convert

RGB220246152-
CMYK0.1100.380.04
HSL76.6º83.93%78.04%-
HSV(B)76.6º38.21%96.47%-
XYZ68.1483.3942.21-
YUV227.5185.39122.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 246 (96.48% from 255) = 39.81%
BLUE value IS 152 (59.77% from 255) = 24.60%
R=35.60%
G=39.81%
B=24.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202461520.1100.380.0476.683.9378.04
HexDCF698B02644d544e
Octal334366230130464115124116
Binary11011100111101101001100010110100110100100110110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF698; }

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

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

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

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

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

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

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

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