Html Css Color HEX #DBF873 Mindaro

📋 copy color: '#DBF873'

red 219 ◦ green 248 ◦ blue 115

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

Shades of Mindaro #DBF873

Tints of Mindaro #DBF873

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.61%

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

R = 37.63%
G = 42.61%
B = 19.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#DBF873 (or 0xDBF873) is known color: Mindaro. HEX triplet: DB, F8 and 73. RGB value is (219,248,115). Sum of RGB (Red+Green+Blue) = 219+248+115=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 115 (45.31% from 255 or 19.76% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF873 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF873 is #24078C. Grayscale: #E0E0E0. Windows color (decimal): -2361229 or 7600347. OLE color: 7600347.

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

Color convert

RGB 219 248 115 -
CMYK 0.12 0 0.54 0.03
HSL 73.08º 0.9% 0.71% -
HSV(B) 73.08º 0.54% 0.97% -
XYZ 65.88 83.43 28.85 -
YUV 224.17 66.39 124.31 -
System Red Green Blue C M Y K H S L
Decimal 219 248 115 0.12 0 0.54 0.03 73.08 0.9 0.71
Hex DB F8 73 C 0 36 3 49 5A 47
Octal 333 370 163 14 0 66 3 111 132 107
Binary 11011011 11111000 1110011 1100 0 110110 11 1001001 1011010 1000111

Color Harmonies of #DBF873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF873

Black with #DBF873

Text Example


Text Example

White with #DBF873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF873; }

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

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

background-color css

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

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

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

border-color css

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

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

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