#DBF795

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

Shades of Reef #DBF795

Tints of Reef #DBF795

Color information

#DBF795 (or 0xDBF795) is unknown color: approx Reef. HEX triplet: DB, F7 and 95. RGB value is (219,247,149). Sum of RGB (Red+Green+Blue) = 219+247+149=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 247 (96.88% from 255 or 40.16% from 615); Blue value is 149 (58.59% from 255 or 24.23% from 615); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF795 is #24086A. Grayscale: #E3E3E3. Windows color (decimal): -2361451 or 9828315. OLE color: 9828315.

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

Color convert

RGB219247149-
CMYK0.1100.400.03
HSL77.14º85.96%77.65%-
HSV(B)77.14º39.68%96.86%-
XYZ67.983.7541.02-
YUV227.4683.72121.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.61%
GREEN value IS 247 (96.88% from 255) = 40.16%
BLUE value IS 149 (58.59% from 255) = 24.23%
R=35.61%
G=40.16%
B=24.23%

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
Decimal2192471490.1100.400.0377.1485.9677.65
HexDBF795B02834d564e
Octal333367225130503115126116
Binary1101101111110111100101011011010100011100110110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF795; }

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

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

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

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

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

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

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

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