Html Css Color HEX #DBEB5B Mindaro

📋 copy color: '#DBEB5B'

red 219 ◦ green 235 ◦ blue 91

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

Shades of Mindaro #DBEB5B

Tints of Mindaro #DBEB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.7%

R = 40.18%
G = 43.12%
B = 16.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#DBEB5B (or 0xDBEB5B) is known color: Mindaro. HEX triplet: DB, EB and 5B. RGB value is (219,235,91). Sum of RGB (Red+Green+Blue) = 219+235+91=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 91 (35.94% from 255 or 16.70% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB5B is #2414A4. Grayscale: #D6D6D6. Windows color (decimal): -2364581 or 6024155. OLE color: 6024155.

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

Color convert

RGB 219 235 91 -
CMYK 0.07 0 0.61 0.08
HSL 66.67º 0.78% 0.64% -
HSV(B) 66.67º 0.61% 0.92% -
XYZ 60.81 75.23 21.21 -
YUV 213.8 58.7 131.71 -
System Red Green Blue C M Y K H S L
Decimal 219 235 91 0.07 0 0.61 0.08 66.67 0.78 0.64
Hex DB EB 5B 7 0 3D 8 43 4E 40
Octal 333 353 133 7 0 75 10 103 116 100
Binary 11011011 11101011 1011011 111 0 111101 1000 1000011 1001110 1000000

Color Harmonies of #DBEB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB5B

Black with #DBEB5B

Text Example


Text Example

White with #DBEB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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