#DBFE90

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

Shades of Reef #DBFE90

Tints of Reef #DBFE90

Color information

#DBFE90 (or 0xDBFE90) is unknown color: approx Reef. HEX triplet: DB, FE and 90. RGB value is (219,254,144). Sum of RGB (Red+Green+Blue) = 219+254+144=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 144 (56.64% from 255 or 23.34% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE90 is #24016F. Grayscale: #E7E7E7. Windows color (decimal): -2359664 or 9502427. OLE color: 9502427.

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

Color convert

RGB219254144-
CMYK0.1400.430.00
HSL79.09º98.21%78.04%-
HSV(B)79.09º43.31%99.61%-
XYZ69.6987.9639.69-
YUV230.9978.9119.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 254 (99.61% from 255) = 41.17%
BLUE value IS 144 (56.64% from 255) = 23.34%
R=35.49%
G=41.17%
B=23.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192541440.1400.430.0079.0998.2178.04
HexDBFE90E02B04f624e
Octal333376220160530117142116
Binary110110111111111010010000111001010110100111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFE90; }

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

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

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

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

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

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

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

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