#DBF09A

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

Shades of Reef #DBF09A

Tints of Reef #DBF09A

Color information

#DBF09A (or 0xDBF09A) is unknown color: approx Reef. HEX triplet: DB, F0 and 9A. RGB value is (219,240,154). Sum of RGB (Red+Green+Blue) = 219+240+154=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF09A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF09A is #240F65. Grayscale: #E0E0E0. Windows color (decimal): -2363238 or 10154203. OLE color: 10154203.

HSL color Cylindrical-coordinate representation of color #DBF09A: hue angle of 74.65º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBF09A is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB219240154-
CMYK0.0900.360.06
HSL74.65º74.14%77.25%-
HSV(B)74.65º35.83%94.12%-
XYZ66.2179.7142.47-
YUV223.9288.54124.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 240 (94.14% from 255) = 39.15%
BLUE value IS 154 (60.55% from 255) = 25.12%
R=35.73%
G=39.15%
B=25.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192401540.0900.360.0674.6574.1477.25
HexDBF09A902464b4a4d
Octal333360232110446113112115
Binary11011011111100001001101010010100100110100101110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF09A; }

 p { color: rgb(219,240,154); }

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

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

 a { background-color: rgb(219,240,154); }

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

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

 span { border-color: rgb(219,240,154); }

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