Html Css Color HEX #DBE76A Mindaro

📋 copy color: '#DBE76A'

red 219 ◦ green 231 ◦ blue 106

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

Shades of Mindaro #DBE76A

Tints of Mindaro #DBE76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.06%

R = 39.39%
G = 41.55%
B = 19.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#DBE76A (or 0xDBE76A) is known color: Mindaro. HEX triplet: DB, E7 and 6A. RGB value is (219,231,106). Sum of RGB (Red+Green+Blue) = 219+231+106=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE76A is #241895. Grayscale: #D5D5D5. Windows color (decimal): -2365590 or 7006171. OLE color: 7006171.

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

Color convert

RGB 219 231 106 -
CMYK 0.05 0 0.54 0.09
HSL 65.76º 0.72% 0.66% -
HSV(B) 65.76º 0.54% 0.91% -
XYZ 60.39 73.25 24.59 -
YUV 213.16 67.52 132.16 -
System Red Green Blue C M Y K H S L
Decimal 219 231 106 0.05 0 0.54 0.09 65.76 0.72 0.66
Hex DB E7 6A 5 0 36 9 42 48 42
Octal 333 347 152 5 0 66 11 102 110 102
Binary 11011011 11100111 1101010 101 0 110110 1001 1000010 1001000 1000010

Color Harmonies of #DBE76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE76A

Black with #DBE76A

Text Example


Text Example

White with #DBE76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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