Html Css Color HEX #DBE87D Mindaro

📋 copy color: '#DBE87D'

red 219 ◦ green 232 ◦ blue 125

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

Shades of Mindaro #DBE87D

Tints of Mindaro #DBE87D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.28%

 BLUE value IS 125 (49.22% from 255) = 21.7%

R = 38.02%
G = 40.28%
B = 21.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#DBE87D (or 0xDBE87D) is known color: Mindaro. HEX triplet: DB, E8 and 7D. RGB value is (219,232,125). Sum of RGB (Red+Green+Blue) = 219+232+125=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 232 (91.02% from 255 or 40.28% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE87D is #241782. Grayscale: #D8D8D8. Windows color (decimal): -2365315 or 8251611. OLE color: 8251611.

HSL color Cylindrical-coordinate representation of color #DBE87D: hue angle of 67.29º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBE87D is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 232 125 -
CMYK 0.06 0 0.46 0.09
HSL 67.29º 0.7% 0.7% -
HSV(B) 67.29º 0.46% 0.91% -
XYZ 61.77 74.25 30.48 -
YUV 215.92 76.69 130.2 -
System Red Green Blue C M Y K H S L
Decimal 219 232 125 0.06 0 0.46 0.09 67.29 0.7 0.7
Hex DB E8 7D 6 0 2E 9 43 46 46
Octal 333 350 175 6 0 56 11 103 106 106
Binary 11011011 11101000 1111101 110 0 101110 1001 1000011 1000110 1000110

Color Harmonies of #DBE87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE87D

Black with #DBE87D

Text Example


Text Example

White with #DBE87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE87D; }

 p { color: rgb(219,232,125); }

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

background-color css

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

 a { background-color: rgb(219,232,125); }

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

border-color css

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

 span { border-color: rgb(219,232,125); }

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