#DBF99B

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

Shades of Reef #DBF99B

Tints of Reef #DBF99B

Color information

#DBF99B (or 0xDBF99B) is unknown color: approx Reef. HEX triplet: DB, F9 and 9B. RGB value is (219,249,155). Sum of RGB (Red+Green+Blue) = 219+249+155=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 249 (97.66% from 255 or 39.97% from 623); Blue value is 155 (60.94% from 255 or 24.88% from 623); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF99B is #240664. Grayscale: #E5E5E5. Windows color (decimal): -2360933 or 10222043. OLE color: 10222043.

HSL color Cylindrical-coordinate representation of color #DBF99B: hue angle of 79.15º degrees, saturation: 0.89, 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 #DBF99B is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB219249155-
CMYK0.1200.380.02
HSL79.15º88.68%79.22%-
HSV(B)79.15º37.75%97.65%-
XYZ69.0185.1843.81-
YUV229.3186.06120.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 249 (97.66% from 255) = 39.97%
BLUE value IS 155 (60.94% from 255) = 24.88%
R=35.15%
G=39.97%
B=24.88%

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
Decimal2192491550.1200.380.0279.1588.6879.22
HexDBF99BC02624f594f
Octal333371233140462117131117
Binary1101101111111001100110111100010011010100111110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF99B; }

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

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

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

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

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

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

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

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