#DBFF8B

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

Shades of Reef #DBFF8B

Tints of Reef #DBFF8B

Color information

#DBFF8B (or 0xDBFF8B) is unknown color: approx Reef. HEX triplet: DB, FF and 8B. RGB value is (219,255,139). Sum of RGB (Red+Green+Blue) = 219+255+139=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 139 (54.69% from 255 or 22.68% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF8B is #240074. Grayscale: #E7E7E7. Windows color (decimal): -2359413 or 9175003. OLE color: 9175003.

HSL color Cylindrical-coordinate representation of color #DBFF8B: hue angle of 78.62º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBFF8B is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB219255139-
CMYK0.1400.450
HSL78.62º100%77.25%-
HSV(B)78.62º45.49%100%-
XYZ69.6388.4437.83-
YUV231.0176.07119.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 255 (100% from 255) = 41.60%
BLUE value IS 139 (54.69% from 255) = 22.68%
R=35.73%
G=41.60%
B=22.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192551390.1400.45078.6210077.25
HexDBFF8BE02D04f644d
Octal333377213160550117144115
Binary110110111111111110001011111001011010100111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFF8B; }

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

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

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

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

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

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

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

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