Html Css Color HEX #DBE95E Mindaro

📋 copy color: '#DBE95E'

red 219 ◦ green 233 ◦ blue 94

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

Shades of Mindaro #DBE95E

Tints of Mindaro #DBE95E

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.67%

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

R = 40.11%
G = 42.67%
B = 17.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#DBE95E (or 0xDBE95E) is known color: Mindaro. HEX triplet: DB, E9 and 5E. RGB value is (219,233,94). Sum of RGB (Red+Green+Blue) = 219+233+94=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 94 (37.11% from 255 or 17.22% from 546); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE95E is #2416A1. Grayscale: #D5D5D5. Windows color (decimal): -2365090 or 6220251. OLE color: 6220251.

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

Color convert

RGB 219 233 94 -
CMYK 0.06 0 0.60 0.09
HSL 66.04º 0.76% 0.64% -
HSV(B) 66.04º 0.6% 0.91% -
XYZ 60.37 74.15 21.72 -
YUV 212.97 60.86 132.3 -
System Red Green Blue C M Y K H S L
Decimal 219 233 94 0.06 0 0.60 0.09 66.04 0.76 0.64
Hex DB E9 5E 6 0 3C 9 42 4C 40
Octal 333 351 136 6 0 74 11 102 114 100
Binary 11011011 11101001 1011110 110 0 111100 1001 1000010 1001100 1000000

Color Harmonies of #DBE95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE95E

Black with #DBE95E

Text Example


Text Example

White with #DBE95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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