Html Css Color HEX #DBEB5E Mindaro

📋 copy color: '#DBEB5E'

red 219 ◦ green 235 ◦ blue 94

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

Shades of Mindaro #DBEB5E

Tints of Mindaro #DBEB5E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.88%

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

R = 39.96%
G = 42.88%
B = 17.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#DBEB5E (or 0xDBEB5E) is known color: Mindaro. HEX triplet: DB, EB and 5E. RGB value is (219,235,94). Sum of RGB (Red+Green+Blue) = 219+235+94=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 94 (37.11% from 255 or 17.15% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB5E is #2414A1. Grayscale: #D6D6D6. Windows color (decimal): -2364578 or 6220763. OLE color: 6220763.

HSL color Cylindrical-coordinate representation of color #DBEB5E: hue angle of 66.81º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBEB5E is Cyan = 0.07, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 235 94 -
CMYK 0.07 0 0.6 0.08
HSL 66.81º 0.78% 0.65% -
HSV(B) 66.81º 0.6% 0.92% -
XYZ 60.94 75.28 21.91 -
YUV 214.14 60.2 131.46 -
System Red Green Blue C M Y K H S L
Decimal 219 235 94 0.07 0 0.6 0.08 66.81 0.78 0.65
Hex DB EB 5E 7 0 3C 8 43 4E 41
Octal 333 353 136 7 0 74 10 103 116 101
Binary 11011011 11101011 1011110 111 0 111100 1000 1000011 1001110 1000001

Color Harmonies of #DBEB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB5E

Black with #DBEB5E

Text Example


Text Example

White with #DBEB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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