#DBF88F

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

Shades of Reef #DBF88F

Tints of Reef #DBF88F

Color information

#DBF88F (or 0xDBF88F) is unknown color: approx Reef. HEX triplet: DB, F8 and 8F. RGB value is (219,248,143). Sum of RGB (Red+Green+Blue) = 219+248+143=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 143 (56.25% from 255 or 23.44% from 610); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF88F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF88F is #240770. Grayscale: #E3E3E3. Windows color (decimal): -2361201 or 9435355. OLE color: 9435355.

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

Color convert

RGB219248143-
CMYK0.1200.420.03
HSL76.57º88.24%76.67%-
HSV(B)76.57º42.34%97.25%-
XYZ67.7484.1838.66-
YUV227.3680.39122.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.90%
GREEN value IS 248 (97.27% from 255) = 40.66%
BLUE value IS 143 (56.25% from 255) = 23.44%
R=35.90%
G=40.66%
B=23.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192481430.1200.420.0376.5788.2476.67
HexDBF88FC02A34d584d
Octal333370217140523115130115
Binary1101101111111000100011111100010101011100110110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF88F; }

 p { color: rgb(219,248,143); }

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

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

 a { background-color: rgb(219,248,143); }

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

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

 span { border-color: rgb(219,248,143); }

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