#DBF480

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

Shades of Mindaro #DBF480

Tints of Mindaro #DBF480

Color information

#DBF480 (or 0xDBF480) is unknown color: approx Mindaro. HEX triplet: DB, F4 and 80. RGB value is (219,244,128). Sum of RGB (Red+Green+Blue) = 219+244+128=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 128 (50.39% from 255 or 21.66% from 591); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF480 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF480 is #240B7F. Grayscale: #DFDFDF. Windows color (decimal): -2362240 or 8451291. OLE color: 8451291.

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

Color convert

RGB219244128-
CMYK0.1000.480.04
HSL72.93º84.06%72.94%-
HSV(B)72.93º47.54%95.69%-
XYZ65.4681.3232.67-
YUV223.374.22124.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.06%
GREEN value IS 244 (95.70% from 255) = 41.29%
BLUE value IS 128 (50.39% from 255) = 21.66%
R=37.06%
G=41.29%
B=21.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192441280.1000.480.0472.9384.0672.94
HexDBF480A0304495449
Octal333364200120604111124111
Binary11011011111101001000000010100110000100100100110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF480; }

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

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

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

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

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

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

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

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