Html Css Color HEX #DBE96B Mindaro

📋 copy color: '#DBE96B'

red 219 ◦ green 233 ◦ blue 107

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

Shades of Mindaro #DBE96B

Tints of Mindaro #DBE96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.14%

R = 39.18%
G = 41.68%
B = 19.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#DBE96B (or 0xDBE96B) is known color: Mindaro. HEX triplet: DB, E9 and 6B. RGB value is (219,233,107). Sum of RGB (Red+Green+Blue) = 219+233+107=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 107 (42.19% from 255 or 19.14% from 559); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE96B is #241694. Grayscale: #D6D6D6. Windows color (decimal): -2365077 or 7072219. OLE color: 7072219.

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

Color convert

RGB 219 233 107 -
CMYK 0.06 0 0.54 0.09
HSL 66.67º 0.74% 0.67% -
HSV(B) 66.67º 0.54% 0.91% -
XYZ 61.01 74.4 25.06 -
YUV 214.45 67.36 131.25 -
System Red Green Blue C M Y K H S L
Decimal 219 233 107 0.06 0 0.54 0.09 66.67 0.74 0.67
Hex DB E9 6B 6 0 36 9 43 4A 43
Octal 333 351 153 6 0 66 11 103 112 103
Binary 11011011 11101001 1101011 110 0 110110 1001 1000011 1001010 1000011

Color Harmonies of #DBE96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE96B

Black with #DBE96B

Text Example


Text Example

White with #DBE96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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