Html Css Color HEX #DBEE80 Mindaro

📋 copy color: '#DBEE80'

red 219 ◦ green 238 ◦ blue 128

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

Shades of Mindaro #DBEE80

Tints of Mindaro #DBEE80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.88%

R = 37.44%
G = 40.68%
B = 21.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#DBEE80 (or 0xDBEE80) is known color: Mindaro. HEX triplet: DB, EE and 80. RGB value is (219,238,128). Sum of RGB (Red+Green+Blue) = 219+238+128=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEE80 is #24117F. Grayscale: #DCDCDC. Windows color (decimal): -2363776 or 8449755. OLE color: 8449755.

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

Color convert

RGB 219 238 128 -
CMYK 0.08 0 0.46 0.07
HSL 70.36º 0.76% 0.72% -
HSV(B) 70.36º 0.46% 0.93% -
XYZ 63.68 77.77 32.08 -
YUV 219.78 76.21 127.44 -
System Red Green Blue C M Y K H S L
Decimal 219 238 128 0.08 0 0.46 0.07 70.36 0.76 0.72
Hex DB EE 80 8 0 2E 7 46 4C 48
Octal 333 356 200 10 0 56 7 106 114 110
Binary 11011011 11101110 10000000 1000 0 101110 111 1000110 1001100 1001000

Color Harmonies of #DBEE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEE80

Black with #DBEE80

Text Example


Text Example

White with #DBEE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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