Html Css Color HEX #DBE57A Mindaro

📋 copy color: '#DBE57A'

red 219 ◦ green 229 ◦ blue 122

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

Shades of Mindaro #DBE57A

Tints of Mindaro #DBE57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.4%

R = 38.42%
G = 40.18%
B = 21.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#DBE57A (or 0xDBE57A) is known color: Mindaro. HEX triplet: DB, E5 and 7A. RGB value is (219,229,122). Sum of RGB (Red+Green+Blue) = 219+229+122=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 122 (48.05% from 255 or 21.40% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE57A is #241A85. Grayscale: #D6D6D6. Windows color (decimal): -2366086 or 8054235. OLE color: 8054235.

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

Color convert

RGB 219 229 122 -
CMYK 0.04 0 0.47 0.10
HSL 65.61º 0.67% 0.69% -
HSV(B) 65.61º 0.47% 0.9% -
XYZ 60.75 72.5 29.21 -
YUV 213.81 76.19 131.7 -
System Red Green Blue C M Y K H S L
Decimal 219 229 122 0.04 0 0.47 0.10 65.61 0.67 0.69
Hex DB E5 7A 4 0 2F A 42 43 45
Octal 333 345 172 4 0 57 12 102 103 105
Binary 11011011 11100101 1111010 100 0 101111 1010 1000010 1000011 1000101

Color Harmonies of #DBE57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE57A

Black with #DBE57A

Text Example


Text Example

White with #DBE57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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