#DBFE93

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

Shades of Reef #DBFE93

Tints of Reef #DBFE93

Color information

#DBFE93 (or 0xDBFE93) is unknown color: approx Reef. HEX triplet: DB, FE and 93. RGB value is (219,254,147). Sum of RGB (Red+Green+Blue) = 219+254+147=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 147 (57.81% from 255 or 23.71% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE93 is #24016C. Grayscale: #E7E7E7. Windows color (decimal): -2359661 or 9699035. OLE color: 9699035.

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

Color convert

RGB219254147-
CMYK0.1400.420.00
HSL79.63º98.17%78.63%-
HSV(B)79.63º42.13%99.61%-
XYZ69.9288.0540.91-
YUV231.3480.4119.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.32%
GREEN value IS 254 (99.61% from 255) = 40.97%
BLUE value IS 147 (57.81% from 255) = 23.71%
R=35.32%
G=40.97%
B=23.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192541470.1400.420.0079.6398.1778.63
HexDBFE93E02A050624f
Octal333376223160520120142117
Binary110110111111111010010011111001010100101000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFE93; }

 p { color: rgb(219,254,147); }

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

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

 a { background-color: rgb(219,254,147); }

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

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

 span { border-color: rgb(219,254,147); }

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