Html Css Color HEX #DBE682 Mindaro

📋 copy color: '#DBE682'

red 219 ◦ green 230 ◦ blue 130

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

Shades of Mindaro #DBE682

Tints of Mindaro #DBE682

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.72%

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

R = 37.82%
G = 39.72%
B = 22.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#DBE682 (or 0xDBE682) is known color: Mindaro. HEX triplet: DB, E6 and 82. RGB value is (219,230,130). Sum of RGB (Red+Green+Blue) = 219+230+130=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 130 (51.17% from 255 or 22.45% from 579); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE682 is #24197D. Grayscale: #D7D7D7. Windows color (decimal): -2365822 or 8578779. OLE color: 8578779.

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

Color convert

RGB 219 230 130 -
CMYK 0.05 0 0.43 0.10
HSL 66.6º 0.67% 0.71% -
HSV(B) 66.6º 0.43% 0.9% -
XYZ 61.54 73.27 32.02 -
YUV 215.31 79.86 130.63 -
System Red Green Blue C M Y K H S L
Decimal 219 230 130 0.05 0 0.43 0.10 66.6 0.67 0.71
Hex DB E6 82 5 0 2B A 43 43 47
Octal 333 346 202 5 0 53 12 103 103 107
Binary 11011011 11100110 10000010 101 0 101011 1010 1000011 1000011 1000111

Color Harmonies of #DBE682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE682

Black with #DBE682

Text Example


Text Example

White with #DBE682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE682; }

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

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

background-color css

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

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

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

border-color css

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

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

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