Html Css Color HEX #DBF184 Mindaro

📋 copy color: '#DBF184'

red 219 ◦ green 241 ◦ blue 132

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

Shades of Mindaro #DBF184

Tints of Mindaro #DBF184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.3%

R = 36.99%
G = 40.71%
B = 22.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#DBF184 (or 0xDBF184) is known color: Mindaro. HEX triplet: DB, F1 and 84. RGB value is (219,241,132). Sum of RGB (Red+Green+Blue) = 219+241+132=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 132 (51.95% from 255 or 22.30% from 592); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF184 is #240E7B. Grayscale: #DEDEDE. Windows color (decimal): -2363004 or 8712667. OLE color: 8712667.

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

Color convert

RGB 219 241 132 -
CMYK 0.09 0 0.45 0.05
HSL 72.11º 0.8% 0.73% -
HSV(B) 72.11º 0.45% 0.95% -
XYZ 64.83 79.64 33.78 -
YUV 222 77.21 125.86 -
System Red Green Blue C M Y K H S L
Decimal 219 241 132 0.09 0 0.45 0.05 72.11 0.8 0.73
Hex DB F1 84 9 0 2D 5 48 50 49
Octal 333 361 204 11 0 55 5 110 120 111
Binary 11011011 11110001 10000100 1001 0 101101 101 1001000 1010000 1001001

Color Harmonies of #DBF184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF184

Black with #DBF184

Text Example


Text Example

White with #DBF184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF184; }

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

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

background-color css

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

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

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

border-color css

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

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

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