Html Css Color HEX #DBEA80 Mindaro

📋 copy color: '#DBEA80'

red 219 ◦ green 234 ◦ blue 128

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

Shades of Mindaro #DBEA80

Tints of Mindaro #DBEA80

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.28%

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

R = 37.69%
G = 40.28%
B = 22.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#DBEA80 (or 0xDBEA80) is known color: Mindaro. HEX triplet: DB, EA and 80. RGB value is (219,234,128). Sum of RGB (Red+Green+Blue) = 219+234+128=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEA80 is #24157F. Grayscale: #D9D9D9. Windows color (decimal): -2364800 or 8448731. OLE color: 8448731.

HSL color Cylindrical-coordinate representation of color #DBEA80: hue angle of 68.49º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBEA80 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 234 128 -
CMYK 0.06 0 0.45 0.08
HSL 68.49º 0.72% 0.71% -
HSV(B) 68.49º 0.45% 0.92% -
XYZ 62.53 75.46 31.69 -
YUV 217.43 77.53 129.12 -
System Red Green Blue C M Y K H S L
Decimal 219 234 128 0.06 0 0.45 0.08 68.49 0.72 0.71
Hex DB EA 80 6 0 2D 8 44 48 47
Octal 333 352 200 6 0 55 10 104 110 107
Binary 11011011 11101010 10000000 110 0 101101 1000 1000100 1001000 1000111

Color Harmonies of #DBEA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA80

Black with #DBEA80

Text Example


Text Example

White with #DBEA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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