Html Css Color HEX #DBF170 Mindaro

📋 copy color: '#DBF170'

red 219 ◦ green 241 ◦ blue 112

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

Shades of Mindaro #DBF170

Tints of Mindaro #DBF170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.58%

R = 38.29%
G = 42.13%
B = 19.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#DBF170 (or 0xDBF170) is known color: Mindaro. HEX triplet: DB, F1 and 70. RGB value is (219,241,112). Sum of RGB (Red+Green+Blue) = 219+241+112=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF170 is #240E8F. Grayscale: #DCDCDC. Windows color (decimal): -2363024 or 7401947. OLE color: 7401947.

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

Color convert

RGB 219 241 112 -
CMYK 0.09 0 0.54 0.05
HSL 70.23º 0.82% 0.69% -
HSV(B) 70.23º 0.54% 0.95% -
XYZ 63.59 79.14 27.25 -
YUV 219.72 67.21 127.49 -
System Red Green Blue C M Y K H S L
Decimal 219 241 112 0.09 0 0.54 0.05 70.23 0.82 0.69
Hex DB F1 70 9 0 36 5 46 52 45
Octal 333 361 160 11 0 66 5 106 122 105
Binary 11011011 11110001 1110000 1001 0 110110 101 1000110 1010010 1000101

Color Harmonies of #DBF170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF170

Black with #DBF170

Text Example


Text Example

White with #DBF170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF170; }

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

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

background-color css

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

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

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

border-color css

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

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

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