Html Css Color HEX #DBE85E Mindaro

📋 copy color: '#DBE85E'

red 219 ◦ green 232 ◦ blue 94

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

Shades of Mindaro #DBE85E

Tints of Mindaro #DBE85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.25%

R = 40.18%
G = 42.57%
B = 17.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#DBE85E (or 0xDBE85E) is known color: Mindaro. HEX triplet: DB, E8 and 5E. RGB value is (219,232,94). Sum of RGB (Red+Green+Blue) = 219+232+94=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 94 (37.11% from 255 or 17.25% from 545); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE85E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE85E is #2417A1. Grayscale: #D4D4D4. Windows color (decimal): -2365346 or 6219995. OLE color: 6219995.

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

Color convert

RGB 219 232 94 -
CMYK 0.06 0 0.59 0.09
HSL 65.65º 0.75% 0.64% -
HSV(B) 65.65º 0.59% 0.91% -
XYZ 60.09 73.58 21.63 -
YUV 212.38 61.19 132.72 -
System Red Green Blue C M Y K H S L
Decimal 219 232 94 0.06 0 0.59 0.09 65.65 0.75 0.64
Hex DB E8 5E 6 0 3B 9 42 4B 40
Octal 333 350 136 6 0 73 11 102 113 100
Binary 11011011 11101000 1011110 110 0 111011 1001 1000010 1001011 1000000

Color Harmonies of #DBE85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE85E

Black with #DBE85E

Text Example


Text Example

White with #DBE85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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