#DBFB8B

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

Shades of Reef #DBFB8B

Tints of Reef #DBFB8B

Color information

#DBFB8B (or 0xDBFB8B) is unknown color: approx Reef. HEX triplet: DB, FB and 8B. RGB value is (219,251,139). Sum of RGB (Red+Green+Blue) = 219+251+139=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 139 (54.69% from 255 or 22.82% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFB8B is #240474. Grayscale: #E5E5E5. Windows color (decimal): -2360437 or 9173979. OLE color: 9173979.

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

Color convert

RGB219251139-
CMYK0.1300.450.02
HSL77.14º93.33%76.47%-
HSV(B)77.14º44.62%98.43%-
XYZ68.3785.9237.41-
YUV228.6677.4121.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.96%
GREEN value IS 251 (98.44% from 255) = 41.22%
BLUE value IS 139 (54.69% from 255) = 22.82%
R=35.96%
G=41.22%
B=22.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192511390.1300.450.0277.1493.3376.47
HexDBFB8BD02D24d5d4c
Octal333373213150552115135114
Binary1101101111111011100010111101010110110100110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFB8B; }

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

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

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

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

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

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

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

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