#DBF492

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

Shades of Reef #DBF492

Tints of Reef #DBF492

Color information

#DBF492 (or 0xDBF492) is unknown color: approx Reef. HEX triplet: DB, F4 and 92. RGB value is (219,244,146). Sum of RGB (Red+Green+Blue) = 219+244+146=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 244 (95.70% from 255 or 40.07% from 609); Blue value is 146 (57.42% from 255 or 23.97% from 609); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF492 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF492 is #240B6D. Grayscale: #E1E1E1. Windows color (decimal): -2362222 or 9630939. OLE color: 9630939.

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

Color convert

RGB219244146-
CMYK0.1000.400.04
HSL75.31º81.67%76.47%-
HSV(B)75.31º40.16%95.69%-
XYZ66.7581.8439.47-
YUV225.3583.22123.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.96%
GREEN value IS 244 (95.70% from 255) = 40.07%
BLUE value IS 146 (57.42% from 255) = 23.97%
R=35.96%
G=40.07%
B=23.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192441460.1000.400.0475.3181.6776.47
HexDBF492A02844b524c
Octal333364222120504113122114
Binary11011011111101001001001010100101000100100101110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF492; }

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

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

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

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

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

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

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

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