#DBFD9F

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

Shades of Reef #DBFD9F

Tints of Reef #DBFD9F

Color information

#DBFD9F (or 0xDBFD9F) is unknown color: approx Reef. HEX triplet: DB, FD and 9F. RGB value is (219,253,159). Sum of RGB (Red+Green+Blue) = 219+253+159=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 159 (62.5% from 255 or 25.20% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFD9F is #240260. Grayscale: #E8E8E8. Windows color (decimal): -2359905 or 10485211. OLE color: 10485211.

HSL color Cylindrical-coordinate representation of color #DBFD9F: hue angle of 81.7º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBFD9F is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB219253159-
CMYK0.1300.370.01
HSL81.7º95.92%80.78%-
HSV(B)81.7º37.15%99.22%-
XYZ70.687.8146.03-
YUV232.1286.74118.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.71%
GREEN value IS 253 (99.22% from 255) = 40.10%
BLUE value IS 159 (62.5% from 255) = 25.20%
R=34.71%
G=40.10%
B=25.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192531590.1300.370.0181.795.9280.78
HexDBFD9FD0251526051
Octal333375237150451122140121
Binary110110111111110110011111110101001011101001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFD9F; }

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

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

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

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

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

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

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

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