Html Css Color HEX #DBE574 Mindaro

📋 copy color: '#DBE574'

red 219 ◦ green 229 ◦ blue 116

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

Shades of Mindaro #DBE574

Tints of Mindaro #DBE574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.57%

R = 38.83%
G = 40.6%
B = 20.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#DBE574 (or 0xDBE574) is known color: Mindaro. HEX triplet: DB, E5 and 74. RGB value is (219,229,116). Sum of RGB (Red+Green+Blue) = 219+229+116=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE574 is #241A8B. Grayscale: #D5D5D5. Windows color (decimal): -2366092 or 7661019. OLE color: 7661019.

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

Color convert

RGB 219 229 116 -
CMYK 0.04 0 0.49 0.10
HSL 65.31º 0.68% 0.68% -
HSV(B) 65.31º 0.49% 0.9% -
XYZ 60.39 72.36 27.31 -
YUV 213.13 73.19 132.19 -
System Red Green Blue C M Y K H S L
Decimal 219 229 116 0.04 0 0.49 0.10 65.31 0.68 0.68
Hex DB E5 74 4 0 31 A 41 44 44
Octal 333 345 164 4 0 61 12 101 104 104
Binary 11011011 11100101 1110100 100 0 110001 1010 1000001 1000100 1000100

Color Harmonies of #DBE574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE574

Black with #DBE574

Text Example


Text Example

White with #DBE574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE574; }

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

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

background-color css

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

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

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

border-color css

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

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

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