Html Css Color HEX #DBF171 Mindaro

📋 copy color: '#DBF171'

red 219 ◦ green 241 ◦ blue 113

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

Shades of Mindaro #DBF171

Tints of Mindaro #DBF171

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.06%

 BLUE value IS 113 (44.53% from 255) = 19.72%

R = 38.22%
G = 42.06%
B = 19.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#DBF171 (or 0xDBF171) is known color: Mindaro. HEX triplet: DB, F1 and 71. RGB value is (219,241,113). Sum of RGB (Red+Green+Blue) = 219+241+113=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 113 (44.53% from 255 or 19.72% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF171 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF171 is #240E8E. Grayscale: #DCDCDC. Windows color (decimal): -2363023 or 7467483. OLE color: 7467483.

HSL color Cylindrical-coordinate representation of color #DBF171: hue angle of 70.31º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBF171 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 241 113 -
CMYK 0.09 0 0.53 0.05
HSL 70.31º 0.82% 0.69% -
HSV(B) 70.31º 0.53% 0.95% -
XYZ 63.65 79.16 27.55 -
YUV 219.83 67.71 127.41 -
System Red Green Blue C M Y K H S L
Decimal 219 241 113 0.09 0 0.53 0.05 70.31 0.82 0.69
Hex DB F1 71 9 0 35 5 46 52 45
Octal 333 361 161 11 0 65 5 106 122 105
Binary 11011011 11110001 1110001 1001 0 110101 101 1000110 1010010 1000101

Color Harmonies of #DBF171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF171

Black with #DBF171

Text Example


Text Example

White with #DBF171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF171; }

 p { color: rgb(219,241,113); }

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

background-color css

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

 a { background-color: rgb(219,241,113); }

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

border-color css

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

 span { border-color: rgb(219,241,113); }

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