Html Css Color HEX #DBF071 Mindaro

📋 copy color: '#DBF071'

red 219 ◦ green 240 ◦ blue 113

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

Shades of Mindaro #DBF071

Tints of Mindaro #DBF071

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.96%

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

R = 38.29%
G = 41.96%
B = 19.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#DBF071 (or 0xDBF071) is known color: Mindaro. HEX triplet: DB, F0 and 71. RGB value is (219,240,113). Sum of RGB (Red+Green+Blue) = 219+240+113=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 113 (44.53% from 255 or 19.76% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF071 is #240F8E. Grayscale: #DBDBDB. Windows color (decimal): -2363279 or 7467227. OLE color: 7467227.

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

Color convert

RGB 219 240 113 -
CMYK 0.09 0 0.53 0.06
HSL 69.92º 0.81% 0.69% -
HSV(B) 69.92º 0.53% 0.94% -
XYZ 63.35 78.57 27.45 -
YUV 219.24 68.04 127.83 -
System Red Green Blue C M Y K H S L
Decimal 219 240 113 0.09 0 0.53 0.06 69.92 0.81 0.69
Hex DB F0 71 9 0 35 6 46 51 45
Octal 333 360 161 11 0 65 6 106 121 105
Binary 11011011 11110000 1110001 1001 0 110101 110 1000110 1010001 1000101

Color Harmonies of #DBF071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF071

Black with #DBF071

Text Example


Text Example

White with #DBF071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF071; }

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

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

background-color css

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

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

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

border-color css

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

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

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