Html Css Color HEX #DBF473 Mindaro

📋 copy color: '#DBF473'

red 219 ◦ green 244 ◦ blue 115

#DBF473
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #DBF473

Tints of Mindaro #DBF473

RGB

 RED value IS 219 (85.94% from 255) = 37.89%

 GREEN value IS 244 (95.7% from 255) = 42.21%

 BLUE value IS 115 (45.31% from 255) = 19.9%

R = 37.89%
G = 42.21%
B = 19.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#DBF473 (or 0xDBF473) is known color: Mindaro. HEX triplet: DB, F4 and 73. RGB value is (219,244,115). Sum of RGB (Red+Green+Blue) = 219+244+115=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 244 (95.70% from 255 or 42.21% from 578); Blue value is 115 (45.31% from 255 or 19.90% from 578); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF473 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF473 is #240B8C. Grayscale: #DEDEDE. Windows color (decimal): -2362253 or 7599323. OLE color: 7599323.

HSL color Cylindrical-coordinate representation of color #DBF473: hue angle of 71.63º degrees, saturation: 0.85, 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 #DBF473 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 244 115 -
CMYK 0.10 0 0.53 0.04
HSL 71.63º 0.85% 0.7% -
HSV(B) 71.63º 0.53% 0.96% -
XYZ 64.66 81 28.45 -
YUV 221.82 67.72 125.99 -
System Red Green Blue C M Y K H S L
Decimal 219 244 115 0.10 0 0.53 0.04 71.63 0.85 0.7
Hex DB F4 73 A 0 35 4 48 55 46
Octal 333 364 163 12 0 65 4 110 125 106
Binary 11011011 11110100 1110011 1010 0 110101 100 1001000 1010101 1000110

Color Harmonies of #DBF473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF473

Black with #DBF473

Text Example


Text Example

White with #DBF473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF473; }

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

 H1.HeaderClassName
 {
   color: #DBF473;
 }
 .AnyTagClassName
 {
   color: #DBF473;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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