#DBF093

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

Shades of Reef #DBF093

Tints of Reef #DBF093

Color information

#DBF093 (or 0xDBF093) is unknown color: approx Reef. HEX triplet: DB, F0 and 93. RGB value is (219,240,147). Sum of RGB (Red+Green+Blue) = 219+240+147=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 147 (57.81% from 255 or 24.26% from 606); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF093 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF093 is #240F6C. Grayscale: #DFDFDF. Windows color (decimal): -2363245 or 9695451. OLE color: 9695451.

HSL color Cylindrical-coordinate representation of color #DBF093: hue angle of 73.55º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBF093 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB219240147-
CMYK0.0900.390.06
HSL73.55º75.61%75.88%-
HSV(B)73.55º38.75%94.12%-
XYZ65.6479.4939.49-
YUV223.1285.04125.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.14%
GREEN value IS 240 (94.14% from 255) = 39.60%
BLUE value IS 147 (57.81% from 255) = 24.26%
R=36.14%
G=39.60%
B=24.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192401470.0900.390.0673.5575.6175.88
HexDBF093902764a4c4c
Octal333360223110476112114114
Binary11011011111100001001001110010100111110100101010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF093; }

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

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

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

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

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

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

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

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