#DBF19E

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

Shades of Reef #DBF19E

Tints of Reef #DBF19E

Color information

#DBF19E (or 0xDBF19E) is unknown color: approx Reef. HEX triplet: DB, F1 and 9E. RGB value is (219,241,158). Sum of RGB (Red+Green+Blue) = 219+241+158=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 158 (62.11% from 255 or 25.57% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF19E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF19E is #240E61. Grayscale: #E1E1E1. Windows color (decimal): -2362978 or 10416603. OLE color: 10416603.

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

Color convert

RGB219241158-
CMYK0.0900.340.05
HSL75.9º74.77%78.24%-
HSV(B)75.9º34.44%94.51%-
XYZ66.8480.4444.35-
YUV224.9690.21123.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.44%
GREEN value IS 241 (94.53% from 255) = 39.00%
BLUE value IS 158 (62.11% from 255) = 25.57%
R=35.44%
G=39.00%
B=25.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192411580.0900.340.0575.974.7778.24
HexDBF19E902254c4b4e
Octal333361236110425114113116
Binary11011011111100011001111010010100010101100110010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF19E; }

 p { color: rgb(219,241,158); }

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

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

 a { background-color: rgb(219,241,158); }

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

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

 span { border-color: rgb(219,241,158); }

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