Html Css Color HEX #DBEA5B Mindaro

📋 copy color: '#DBEA5B'

red 219 ◦ green 234 ◦ blue 91

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

Shades of Mindaro #DBEA5B

Tints of Mindaro #DBEA5B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.01%

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

R = 40.26%
G = 43.01%
B = 16.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#DBEA5B (or 0xDBEA5B) is known color: Mindaro. HEX triplet: DB, EA and 5B. RGB value is (219,234,91). Sum of RGB (Red+Green+Blue) = 219+234+91=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 91 (35.94% from 255 or 16.73% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA5B is #2415A4. Grayscale: #D5D5D5. Windows color (decimal): -2364837 or 6023899. OLE color: 6023899.

HSL color Cylindrical-coordinate representation of color #DBEA5B: hue angle of 66.29º degrees, saturation: 0.77, 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 #DBEA5B is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 234 91 -
CMYK 0.06 0 0.61 0.08
HSL 66.29º 0.77% 0.64% -
HSV(B) 66.29º 0.61% 0.92% -
XYZ 60.52 74.66 21.12 -
YUV 213.21 59.03 132.13 -
System Red Green Blue C M Y K H S L
Decimal 219 234 91 0.06 0 0.61 0.08 66.29 0.77 0.64
Hex DB EA 5B 6 0 3D 8 42 4D 40
Octal 333 352 133 6 0 75 10 102 115 100
Binary 11011011 11101010 1011011 110 0 111101 1000 1000010 1001101 1000000

Color Harmonies of #DBEA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA5B

Black with #DBEA5B

Text Example


Text Example

White with #DBEA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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