Html Css Color HEX #DBE580 Mindaro

📋 copy color: '#DBE580'

red 219 ◦ green 229 ◦ blue 128

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

Shades of Mindaro #DBE580

Tints of Mindaro #DBE580

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.76%

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

R = 38.02%
G = 39.76%
B = 22.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#DBE580 (or 0xDBE580) is known color: Mindaro. HEX triplet: DB, E5 and 80. RGB value is (219,229,128). Sum of RGB (Red+Green+Blue) = 219+229+128=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE580 is #241A7F. Grayscale: #D6D6D6. Windows color (decimal): -2366080 or 8447451. OLE color: 8447451.

HSL color Cylindrical-coordinate representation of color #DBE580: hue angle of 65.94º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBE580 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 229 128 -
CMYK 0.04 0 0.44 0.10
HSL 65.94º 0.66% 0.7% -
HSV(B) 65.94º 0.44% 0.9% -
XYZ 61.13 72.66 31.22 -
YUV 214.5 79.19 131.21 -
System Red Green Blue C M Y K H S L
Decimal 219 229 128 0.04 0 0.44 0.10 65.94 0.66 0.7
Hex DB E5 80 4 0 2C A 42 42 46
Octal 333 345 200 4 0 54 12 102 102 106
Binary 11011011 11100101 10000000 100 0 101100 1010 1000010 1000010 1000110

Color Harmonies of #DBE580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE580

Black with #DBE580

Text Example


Text Example

White with #DBE580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE580; }

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

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

background-color css

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

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

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

border-color css

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

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

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