Html Css Color HEX #DBE96F Mindaro

📋 copy color: '#DBE96F'

red 219 ◦ green 233 ◦ blue 111

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

Shades of Mindaro #DBE96F

Tints of Mindaro #DBE96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.72%

R = 38.9%
G = 41.39%
B = 19.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#DBE96F (or 0xDBE96F) is known color: Mindaro. HEX triplet: DB, E9 and 6F. RGB value is (219,233,111). Sum of RGB (Red+Green+Blue) = 219+233+111=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 111 (43.75% from 255 or 19.72% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE96F is #241690. Grayscale: #D7D7D7. Windows color (decimal): -2365073 or 7334363. OLE color: 7334363.

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

Color convert

RGB 219 233 111 -
CMYK 0.06 0 0.52 0.09
HSL 66.89º 0.73% 0.67% -
HSV(B) 66.89º 0.52% 0.91% -
XYZ 61.22 74.49 26.19 -
YUV 214.91 69.36 130.92 -
System Red Green Blue C M Y K H S L
Decimal 219 233 111 0.06 0 0.52 0.09 66.89 0.73 0.67
Hex DB E9 6F 6 0 34 9 43 49 43
Octal 333 351 157 6 0 64 11 103 111 103
Binary 11011011 11101001 1101111 110 0 110100 1001 1000011 1001001 1000011

Color Harmonies of #DBE96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE96F

Black with #DBE96F

Text Example


Text Example

White with #DBE96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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