Html Css Color HEX #DBEE84 Mindaro

📋 copy color: '#DBEE84'

red 219 ◦ green 238 ◦ blue 132

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

Shades of Mindaro #DBEE84

Tints of Mindaro #DBEE84

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.41%

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

R = 37.18%
G = 40.41%
B = 22.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#DBEE84 (or 0xDBEE84) is known color: Mindaro. HEX triplet: DB, EE and 84. RGB value is (219,238,132). Sum of RGB (Red+Green+Blue) = 219+238+132=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEE84 is #24117B. Grayscale: #DCDCDC. Windows color (decimal): -2363772 or 8711899. OLE color: 8711899.

HSL color Cylindrical-coordinate representation of color #DBEE84: hue angle of 70.75º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBEE84 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 238 132 -
CMYK 0.08 0 0.45 0.07
HSL 70.75º 0.76% 0.73% -
HSV(B) 70.75º 0.45% 0.93% -
XYZ 63.95 77.88 33.49 -
YUV 220.24 78.21 127.12 -
System Red Green Blue C M Y K H S L
Decimal 219 238 132 0.08 0 0.45 0.07 70.75 0.76 0.73
Hex DB EE 84 8 0 2D 7 47 4C 49
Octal 333 356 204 10 0 55 7 107 114 111
Binary 11011011 11101110 10000100 1000 0 101101 111 1000111 1001100 1001001

Color Harmonies of #DBEE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEE84

Black with #DBEE84

Text Example


Text Example

White with #DBEE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEE84; }

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

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

background-color css

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

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

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

border-color css

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

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

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