#DBFB8E

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

Shades of Reef #DBFB8E

Tints of Reef #DBFB8E

Color information

#DBFB8E (or 0xDBFB8E) is unknown color: approx Reef. HEX triplet: DB, FB and 8E. RGB value is (219,251,142). Sum of RGB (Red+Green+Blue) = 219+251+142=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 142 (55.86% from 255 or 23.20% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFB8E is #240471. Grayscale: #E5E5E5. Windows color (decimal): -2360434 or 9370587. OLE color: 9370587.

HSL color Cylindrical-coordinate representation of color #DBFB8E: hue angle of 77.61º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBFB8E is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB219251142-
CMYK0.1300.430.02
HSL77.61º93.16%77.06%-
HSV(B)77.61º43.43%98.43%-
XYZ68.5986.0138.58-
YUV229.0178.9120.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.78%
GREEN value IS 251 (98.44% from 255) = 41.01%
BLUE value IS 142 (55.86% from 255) = 23.20%
R=35.78%
G=41.01%
B=23.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192511420.1300.430.0277.6193.1677.06
HexDBFB8ED02B24e5d4d
Octal333373216150532116135115
Binary1101101111111011100011101101010101110100111010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFB8E; }

 p { color: rgb(219,251,142); }

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

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

 a { background-color: rgb(219,251,142); }

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

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

 span { border-color: rgb(219,251,142); }

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