#dbf572

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

Shades of Mindaro #DBF572

Tints of Mindaro #DBF572

Color information

#DBF572 (or 0xDBF572) is unknown color: approx Mindaro. HEX triplet: DB, F5 and 72. RGB value is (219,245,114). Sum of RGB (Red+Green+Blue) = 219+245+114=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 245 (96.09% from 255 or 42.39% from 578); Blue value is 114 (44.92% from 255 or 19.72% from 578); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF572 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF572 is #240A8D. Grayscale: #DEDEDE. Windows color (decimal): -2361998 or 7534043. OLE color: 7534043.

HSL color Cylindrical-coordinate representation of color #DBF572: hue angle of 71.91º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBF572 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB219245114-
CMYK0.1100.530.04
HSL71.91º86.75%70.39%-
HSV(B)71.91º53.47%96.08%-
XYZ64.981.5828.25-
YUV222.2966.89125.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.89%
GREEN value IS 245 (96.09% from 255) = 42.39%
BLUE value IS 114 (44.92% from 255) = 19.72%
R=37.89%
G=42.39%
B=19.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192451140.1100.530.0471.9186.7570.39
HexDBF572B0354485746
Octal333365162130654110127106
Binary1101101111110101111001010110110101100100100010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbf572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbf572; }

 p { color: rgb(219,245,114); }

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

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

 a { background-color: rgb(219,245,114); }

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

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

 span { border-color: rgb(219,245,114); }

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