Html Css Color HEX #DBF673 Mindaro

📋 copy color: '#DBF673'

red 219 ◦ green 246 ◦ blue 115

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

Shades of Mindaro #DBF673

Tints of Mindaro #DBF673

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.41%

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

R = 37.76%
G = 42.41%
B = 19.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#DBF673 (or 0xDBF673) is known color: Mindaro. HEX triplet: DB, F6 and 73. RGB value is (219,246,115). Sum of RGB (Red+Green+Blue) = 219+246+115=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 115 (45.31% from 255 or 19.83% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF673 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF673 is #24098C. Grayscale: #DFDFDF. Windows color (decimal): -2361741 or 7599835. OLE color: 7599835.

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

Color convert

RGB 219 246 115 -
CMYK 0.11 0 0.53 0.04
HSL 72.37º 0.88% 0.71% -
HSV(B) 72.37º 0.53% 0.96% -
XYZ 65.26 82.21 28.65 -
YUV 222.99 67.05 125.15 -
System Red Green Blue C M Y K H S L
Decimal 219 246 115 0.11 0 0.53 0.04 72.37 0.88 0.71
Hex DB F6 73 B 0 35 4 48 58 47
Octal 333 366 163 13 0 65 4 110 130 107
Binary 11011011 11110110 1110011 1011 0 110101 100 1001000 1011000 1000111

Color Harmonies of #DBF673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF673

Black with #DBF673

Text Example


Text Example

White with #DBF673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF673; }

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

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

background-color css

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

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

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

border-color css

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

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

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