#DBF19C

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

Shades of Reef #DBF19C

Tints of Reef #DBF19C

Color information

#DBF19C (or 0xDBF19C) is unknown color: approx Reef. HEX triplet: DB, F1 and 9C. RGB value is (219,241,156). Sum of RGB (Red+Green+Blue) = 219+241+156=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 156 (61.33% from 255 or 25.32% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF19C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF19C is #240E63. Grayscale: #E1E1E1. Windows color (decimal): -2362980 or 10285531. OLE color: 10285531.

HSL color Cylindrical-coordinate representation of color #DBF19C: hue angle of 75.53º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBF19C is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB219241156-
CMYK0.0900.350.05
HSL75.53º75.22%77.84%-
HSV(B)75.53º35.27%94.51%-
XYZ66.6780.3743.45-
YUV224.7389.21123.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.55%
GREEN value IS 241 (94.53% from 255) = 39.12%
BLUE value IS 156 (61.33% from 255) = 25.32%
R=35.55%
G=39.12%
B=25.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192411560.0900.350.0575.5375.2277.84
HexDBF19C902354c4b4e
Octal333361234110435114113116
Binary11011011111100011001110010010100011101100110010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF19C; }

 p { color: rgb(219,241,156); }

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

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

 a { background-color: rgb(219,241,156); }

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

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

 span { border-color: rgb(219,241,156); }

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