Html Css Color HEX #DBE56A Mindaro

📋 copy color: '#DBE56A'

red 219 ◦ green 229 ◦ blue 106

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

Shades of Mindaro #DBE56A

Tints of Mindaro #DBE56A

RGB

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

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

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

R = 39.53%
G = 41.34%
B = 19.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#DBE56A (or 0xDBE56A) is known color: Mindaro. HEX triplet: DB, E5 and 6A. RGB value is (219,229,106). Sum of RGB (Red+Green+Blue) = 219+229+106=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 106 (41.80% from 255 or 19.13% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE56A is #241A95. Grayscale: #D4D4D4. Windows color (decimal): -2366102 or 7005659. OLE color: 7005659.

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

Color convert

RGB 219 229 106 -
CMYK 0.04 0 0.54 0.10
HSL 64.88º 0.7% 0.66% -
HSV(B) 64.88º 0.54% 0.9% -
XYZ 59.83 72.14 24.41 -
YUV 211.99 68.19 133 -
System Red Green Blue C M Y K H S L
Decimal 219 229 106 0.04 0 0.54 0.10 64.88 0.7 0.66
Hex DB E5 6A 4 0 36 A 41 46 42
Octal 333 345 152 4 0 66 12 101 106 102
Binary 11011011 11100101 1101010 100 0 110110 1010 1000001 1000110 1000010

Color Harmonies of #DBE56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE56A

Black with #DBE56A

Text Example


Text Example

White with #DBE56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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