Html Css Color HEX #DBED80 Mindaro

📋 copy color: '#DBED80'

red 219 ◦ green 237 ◦ blue 128

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

Shades of Mindaro #DBED80

Tints of Mindaro #DBED80

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.58%

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

R = 37.5%
G = 40.58%
B = 21.92%

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

#DBED80 (or 0xDBED80) is known color: Mindaro. HEX triplet: DB, ED and 80. RGB value is (219,237,128). Sum of RGB (Red+Green+Blue) = 219+237+128=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBED80 is #24127F. Grayscale: #DBDBDB. Windows color (decimal): -2364032 or 8449499. OLE color: 8449499.

HSL color Cylindrical-coordinate representation of color #DBED80: hue angle of 69.91º degrees, saturation: 0.75, 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 #DBED80 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 237 128 -
CMYK 0.08 0 0.46 0.07
HSL 69.91º 0.75% 0.72% -
HSV(B) 69.91º 0.46% 0.93% -
XYZ 63.39 77.19 31.98 -
YUV 219.19 76.54 127.86 -
System Red Green Blue C M Y K H S L
Decimal 219 237 128 0.08 0 0.46 0.07 69.91 0.75 0.72
Hex DB ED 80 8 0 2E 7 46 4B 48
Octal 333 355 200 10 0 56 7 106 113 110
Binary 11011011 11101101 10000000 1000 0 101110 111 1000110 1001011 1001000

Color Harmonies of #DBED80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBED80

Black with #DBED80

Text Example


Text Example

White with #DBED80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBED80; }

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

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

background-color css

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

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

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

border-color css

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

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

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