Html Css Color HEX #DBEF86 Mindaro

📋 copy color: '#DBEF86'

red 219 ◦ green 239 ◦ blue 134

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

Shades of Mindaro #DBEF86

Tints of Mindaro #DBEF86

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.37%

 BLUE value IS 134 (52.73% from 255) = 22.64%

R = 36.99%
G = 40.37%
B = 22.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#DBEF86 (or 0xDBEF86) is known color: Mindaro. HEX triplet: DB, EF and 86. RGB value is (219,239,134). Sum of RGB (Red+Green+Blue) = 219+239+134=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 134 (52.73% from 255 or 22.64% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEF86 is #241079. Grayscale: #DDDDDD. Windows color (decimal): -2363514 or 8843227. OLE color: 8843227.

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

Color convert

RGB 219 239 134 -
CMYK 0.08 0 0.44 0.06
HSL 71.43º 0.77% 0.73% -
HSV(B) 71.43º 0.44% 0.94% -
XYZ 64.38 78.51 34.32 -
YUV 221.05 78.87 126.54 -
System Red Green Blue C M Y K H S L
Decimal 219 239 134 0.08 0 0.44 0.06 71.43 0.77 0.73
Hex DB EF 86 8 0 2C 6 47 4D 49
Octal 333 357 206 10 0 54 6 107 115 111
Binary 11011011 11101111 10000110 1000 0 101100 110 1000111 1001101 1001001

Color Harmonies of #DBEF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF86

Black with #DBEF86

Text Example


Text Example

White with #DBEF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF86; }

 p { color: rgb(219,239,134); }

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

background-color css

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

 a { background-color: rgb(219,239,134); }

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

border-color css

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

 span { border-color: rgb(219,239,134); }

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