#DBF794

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

Shades of Reef #DBF794

Tints of Reef #DBF794

Color information

#DBF794 (or 0xDBF794) is unknown color: approx Reef. HEX triplet: DB, F7 and 94. RGB value is (219,247,148). Sum of RGB (Red+Green+Blue) = 219+247+148=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 148 (58.20% from 255 or 24.10% from 614); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF794 is #24086B. Grayscale: #E3E3E3. Windows color (decimal): -2361452 or 9762779. OLE color: 9762779.

HSL color Cylindrical-coordinate representation of color #DBF794: hue angle of 76.97º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBF794 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB219247148-
CMYK0.1100.400.03
HSL76.97º86.09%77.45%-
HSV(B)76.97º40.08%96.86%-
XYZ67.8283.7240.6-
YUV227.3483.22122.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 247 (96.88% from 255) = 40.23%
BLUE value IS 148 (58.20% from 255) = 24.10%
R=35.67%
G=40.23%
B=24.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192471480.1100.400.0376.9786.0977.45
HexDBF794B02834d564d
Octal333367224130503115126115
Binary1101101111110111100101001011010100011100110110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF794; }

 p { color: rgb(219,247,148); }

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

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

 a { background-color: rgb(219,247,148); }

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

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

 span { border-color: rgb(219,247,148); }

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