#DBF98F

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

Shades of Reef #DBF98F

Tints of Reef #DBF98F

Color information

#DBF98F (or 0xDBF98F) is unknown color: approx Reef. HEX triplet: DB, F9 and 8F. RGB value is (219,249,143). Sum of RGB (Red+Green+Blue) = 219+249+143=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 143 (56.25% from 255 or 23.40% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF98F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF98F is #240670. Grayscale: #E4E4E4. Windows color (decimal): -2360945 or 9435611. OLE color: 9435611.

HSL color Cylindrical-coordinate representation of color #DBF98F: hue angle of 76.98º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBF98F is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB219249143-
CMYK0.1200.430.02
HSL76.98º89.83%76.86%-
HSV(B)76.98º42.57%97.65%-
XYZ68.0584.7938.77-
YUV227.9580.06121.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 249 (97.66% from 255) = 40.75%
BLUE value IS 143 (56.25% from 255) = 23.40%
R=35.84%
G=40.75%
B=23.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192491430.1200.430.0276.9889.8376.86
HexDBF98FC02B24d5a4d
Octal333371217140532115132115
Binary1101101111111001100011111100010101110100110110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF98F; }

 p { color: rgb(219,249,143); }

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

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

 a { background-color: rgb(219,249,143); }

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

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

 span { border-color: rgb(219,249,143); }

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