#dbf973

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

Shades of Mindaro #DBF973

Tints of Mindaro #DBF973

Color information

#DBF973 (or 0xDBF973) is unknown color: approx Mindaro. HEX triplet: DB, F9 and 73. RGB value is (219,249,115). Sum of RGB (Red+Green+Blue) = 219+249+115=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 115 (45.31% from 255 or 19.73% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF973 is #24068C. Grayscale: #E1E1E1. Windows color (decimal): -2360973 or 7600603. OLE color: 7600603.

HSL color Cylindrical-coordinate representation of color #DBF973: hue angle of 73.43º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBF973 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB219249115-
CMYK0.1200.540.02
HSL73.43º91.78%71.37%-
HSV(B)73.43º53.82%97.65%-
XYZ66.1884.0528.95-
YUV224.7566.06123.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.56%
GREEN value IS 249 (97.66% from 255) = 42.71%
BLUE value IS 115 (45.31% from 255) = 19.73%
R=37.56%
G=42.71%
B=19.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192491150.1200.540.0273.4391.7871.37
HexDBF973C0362495c47
Octal333371163140662111134107
Binary110110111111100111100111100011011010100100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbf973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbf973; }

 p { color: rgb(219,249,115); }

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

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

 a { background-color: rgb(219,249,115); }

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

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

 span { border-color: rgb(219,249,115); }

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