#DBF39F

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

Shades of Reef #DBF39F

Tints of Reef #DBF39F

Color information

#DBF39F (or 0xDBF39F) is unknown color: approx Reef. HEX triplet: DB, F3 and 9F. RGB value is (219,243,159). Sum of RGB (Red+Green+Blue) = 219+243+159=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 159 (62.5% from 255 or 25.60% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF39F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF39F is #240C60. Grayscale: #E2E2E2. Windows color (decimal): -2362465 or 10482651. OLE color: 10482651.

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

Color convert

RGB219243159-
CMYK0.1000.350.05
HSL77.14º77.78%78.82%-
HSV(B)77.14º34.57%95.29%-
XYZ67.5281.6645-
YUV226.2590.05122.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.27%
GREEN value IS 243 (95.31% from 255) = 39.13%
BLUE value IS 159 (62.5% from 255) = 25.60%
R=35.27%
G=39.13%
B=25.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192431590.1000.350.0577.1477.7878.82
HexDBF39FA02354d4e4f
Octal333363237120435115116117
Binary11011011111100111001111110100100011101100110110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF39F; }

 p { color: rgb(219,243,159); }

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

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

 a { background-color: rgb(219,243,159); }

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

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

 span { border-color: rgb(219,243,159); }

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