Html Css Color HEX #DBE482 Mindaro

📋 copy color: '#DBE482'

red 219 ◦ green 228 ◦ blue 130

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

Shades of Mindaro #DBE482

Tints of Mindaro #DBE482

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.51%

 BLUE value IS 130 (51.17% from 255) = 22.53%

R = 37.95%
G = 39.51%
B = 22.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#DBE482 (or 0xDBE482) is known color: Mindaro. HEX triplet: DB, E4 and 82. RGB value is (219,228,130). Sum of RGB (Red+Green+Blue) = 219+228+130=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE482 is #241B7D. Grayscale: #D6D6D6. Windows color (decimal): -2366334 or 8578267. OLE color: 8578267.

HSL color Cylindrical-coordinate representation of color #DBE482: hue angle of 65.51º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBE482 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 228 130 -
CMYK 0.04 0 0.43 0.11
HSL 65.51º 0.64% 0.7% -
HSV(B) 65.51º 0.43% 0.89% -
XYZ 60.99 72.16 31.83 -
YUV 214.14 80.52 131.47 -
System Red Green Blue C M Y K H S L
Decimal 219 228 130 0.04 0 0.43 0.11 65.51 0.64 0.7
Hex DB E4 82 4 0 2B B 42 40 46
Octal 333 344 202 4 0 53 13 102 100 106
Binary 11011011 11100100 10000010 100 0 101011 1011 1000010 1000000 1000110

Color Harmonies of #DBE482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE482

Black with #DBE482

Text Example


Text Example

White with #DBE482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE482; }

 p { color: rgb(219,228,130); }

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

background-color css

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

 a { background-color: rgb(219,228,130); }

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

border-color css

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

 span { border-color: rgb(219,228,130); }

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