#DBFB8A

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

Shades of Reef #DBFB8A

Tints of Reef #DBFB8A

Color information

#DBFB8A (or 0xDBFB8A) is unknown color: approx Reef. HEX triplet: DB, FB and 8A. RGB value is (219,251,138). Sum of RGB (Red+Green+Blue) = 219+251+138=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 138 (54.30% from 255 or 22.70% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFB8A is #240475. Grayscale: #E4E4E4. Windows color (decimal): -2360438 or 9108443. OLE color: 9108443.

HSL color Cylindrical-coordinate representation of color #DBFB8A: hue angle of 76.99º 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 #DBFB8A is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB219251138-
CMYK0.1300.450.02
HSL76.99º93.39%76.27%-
HSV(B)76.99º45.02%98.43%-
XYZ68.385.8937.02-
YUV228.5576.9121.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.02%
GREEN value IS 251 (98.44% from 255) = 41.28%
BLUE value IS 138 (54.30% from 255) = 22.70%
R=36.02%
G=41.28%
B=22.70%

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
Decimal2192511380.1300.450.0276.9993.3976.27
HexDBFB8AD02D24d5d4c
Octal333373212150552115135114
Binary1101101111111011100010101101010110110100110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFB8A; }

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

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

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

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

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

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

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

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