Html Css Color HEX #DBE780 Mindaro

📋 copy color: '#DBE780'

red 219 ◦ green 231 ◦ blue 128

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

Shades of Mindaro #DBE780

Tints of Mindaro #DBE780

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.97%

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

R = 37.89%
G = 39.97%
B = 22.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#DBE780 (or 0xDBE780) is known color: Mindaro. HEX triplet: DB, E7 and 80. RGB value is (219,231,128). Sum of RGB (Red+Green+Blue) = 219+231+128=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE780 is #24187F. Grayscale: #D8D8D8. Windows color (decimal): -2365568 or 8447963. OLE color: 8447963.

HSL color Cylindrical-coordinate representation of color #DBE780: hue angle of 66.99º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBE780 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 231 128 -
CMYK 0.05 0 0.45 0.09
HSL 66.99º 0.68% 0.7% -
HSV(B) 66.99º 0.45% 0.91% -
XYZ 61.69 73.77 31.41 -
YUV 215.67 78.52 130.38 -
System Red Green Blue C M Y K H S L
Decimal 219 231 128 0.05 0 0.45 0.09 66.99 0.68 0.7
Hex DB E7 80 5 0 2D 9 43 44 46
Octal 333 347 200 5 0 55 11 103 104 106
Binary 11011011 11100111 10000000 101 0 101101 1001 1000011 1000100 1000110

Color Harmonies of #DBE780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE780

Black with #DBE780

Text Example


Text Example

White with #DBE780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE780; }

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

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

background-color css

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

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

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

border-color css

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

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

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