Html Css Color HEX #DBE776 Mindaro

📋 copy color: '#DBE776'

red 219 ◦ green 231 ◦ blue 118

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

Shades of Mindaro #DBE776

Tints of Mindaro #DBE776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.77%

R = 38.56%
G = 40.67%
B = 20.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#DBE776 (or 0xDBE776) is known color: Mindaro. HEX triplet: DB, E7 and 76. RGB value is (219,231,118). Sum of RGB (Red+Green+Blue) = 219+231+118=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 231 (90.62% from 255 or 40.67% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE776 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE776 is #241889. Grayscale: #D6D6D6. Windows color (decimal): -2365578 or 7792603. OLE color: 7792603.

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

Color convert

RGB 219 231 118 -
CMYK 0.05 0 0.49 0.09
HSL 66.37º 0.7% 0.68% -
HSV(B) 66.37º 0.49% 0.91% -
XYZ 61.06 73.52 28.11 -
YUV 214.53 73.52 131.19 -
System Red Green Blue C M Y K H S L
Decimal 219 231 118 0.05 0 0.49 0.09 66.37 0.7 0.68
Hex DB E7 76 5 0 31 9 42 46 44
Octal 333 347 166 5 0 61 11 102 106 104
Binary 11011011 11100111 1110110 101 0 110001 1001 1000010 1000110 1000100

Color Harmonies of #DBE776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE776

Black with #DBE776

Text Example


Text Example

White with #DBE776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE776; }

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

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

background-color css

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

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

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

border-color css

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

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

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