#DBF48E

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

Shades of Reef #DBF48E

Tints of Reef #DBF48E

Color information

#DBF48E (or 0xDBF48E) is unknown color: approx Reef. HEX triplet: DB, F4 and 8E. RGB value is (219,244,142). Sum of RGB (Red+Green+Blue) = 219+244+142=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 142 (55.86% from 255 or 23.47% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF48E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF48E is #240B71. Grayscale: #E1E1E1. Windows color (decimal): -2362226 or 9368795. OLE color: 9368795.

HSL color Cylindrical-coordinate representation of color #DBF48E: hue angle of 74.71º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBF48E is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB219244142-
CMYK0.1000.420.04
HSL74.71º82.26%75.69%-
HSV(B)74.71º41.8%95.69%-
XYZ66.4581.7137.86-
YUV224.981.22123.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.20%
GREEN value IS 244 (95.70% from 255) = 40.33%
BLUE value IS 142 (55.86% from 255) = 23.47%
R=36.20%
G=40.33%
B=23.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192441420.1000.420.0474.7182.2675.69
HexDBF48EA02A44b524c
Octal333364216120524113122114
Binary11011011111101001000111010100101010100100101110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF48E; }

 p { color: rgb(219,244,142); }

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

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

 a { background-color: rgb(219,244,142); }

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

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

 span { border-color: rgb(219,244,142); }

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