#DBFA9B

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

Shades of Reef #DBFA9B

Tints of Reef #DBFA9B

Color information

#DBFA9B (or 0xDBFA9B) is unknown color: approx Reef. HEX triplet: DB, FA and 9B. RGB value is (219,250,155). Sum of RGB (Red+Green+Blue) = 219+250+155=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 155 (60.94% from 255 or 24.84% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFA9B is #240564. Grayscale: #E6E6E6. Windows color (decimal): -2360677 or 10222299. OLE color: 10222299.

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

Color convert

RGB219250155-
CMYK0.1200.380.02
HSL79.58º90.48%79.41%-
HSV(B)79.58º38%98.04%-
XYZ69.3285.843.92-
YUV229.985.73120.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.10%
GREEN value IS 250 (98.05% from 255) = 40.06%
BLUE value IS 155 (60.94% from 255) = 24.84%
R=35.10%
G=40.06%
B=24.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192501550.1200.380.0279.5890.4879.41
HexDBFA9BC0262505a4f
Octal333372233140462120132117
Binary1101101111111010100110111100010011010101000010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFA9B; }

 p { color: rgb(219,250,155); }

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

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

 a { background-color: rgb(219,250,155); }

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

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

 span { border-color: rgb(219,250,155); }

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