#DBF991

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

Shades of Reef #DBF991

Tints of Reef #DBF991

Color information

#DBF991 (or 0xDBF991) is unknown color: approx Reef. HEX triplet: DB, F9 and 91. RGB value is (219,249,145). Sum of RGB (Red+Green+Blue) = 219+249+145=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 145 (57.03% from 255 or 23.65% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF991 is #24066E. Grayscale: #E4E4E4. Windows color (decimal): -2360943 or 9566683. OLE color: 9566683.

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

Color convert

RGB219249145-
CMYK0.1200.420.02
HSL77.31º89.66%77.25%-
HSV(B)77.31º41.77%97.65%-
XYZ68.284.8639.57-
YUV228.1781.06121.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 249 (97.66% from 255) = 40.62%
BLUE value IS 145 (57.03% from 255) = 23.65%
R=35.73%
G=40.62%
B=23.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192491450.1200.420.0277.3189.6677.25
HexDBF991C02A24d5a4d
Octal333371221140522115132115
Binary1101101111111001100100011100010101010100110110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF991; }

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

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

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

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

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

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

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

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