Html Css Color HEX #DBF084 Mindaro

📋 copy color: '#DBF084'

red 219 ◦ green 240 ◦ blue 132

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

Shades of Mindaro #DBF084

Tints of Mindaro #DBF084

RGB

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

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

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

R = 37.06%
G = 40.61%
B = 22.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#DBF084 (or 0xDBF084) is known color: Mindaro. HEX triplet: DB, F0 and 84. RGB value is (219,240,132). Sum of RGB (Red+Green+Blue) = 219+240+132=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 132 (51.95% from 255 or 22.34% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF084 is #240F7B. Grayscale: #DDDDDD. Windows color (decimal): -2363260 or 8712411. OLE color: 8712411.

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

Color convert

RGB 219 240 132 -
CMYK 0.09 0 0.45 0.06
HSL 71.67º 0.78% 0.73% -
HSV(B) 71.67º 0.45% 0.94% -
XYZ 64.54 79.05 33.69 -
YUV 221.41 77.54 126.28 -
System Red Green Blue C M Y K H S L
Decimal 219 240 132 0.09 0 0.45 0.06 71.67 0.78 0.73
Hex DB F0 84 9 0 2D 6 48 4E 49
Octal 333 360 204 11 0 55 6 110 116 111
Binary 11011011 11110000 10000100 1001 0 101101 110 1001000 1001110 1001001

Color Harmonies of #DBF084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF084

Black with #DBF084

Text Example


Text Example

White with #DBF084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF084; }

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

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

background-color css

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

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

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

border-color css

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

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

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