Html Css Color HEX #DBE86F Mindaro

📋 copy color: '#DBE86F'

red 219 ◦ green 232 ◦ blue 111

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

Shades of Mindaro #DBE86F

Tints of Mindaro #DBE86F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.28%

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

R = 38.97%
G = 41.28%
B = 19.75%

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

#DBE86F (or 0xDBE86F) is known color: Mindaro. HEX triplet: DB, E8 and 6F. RGB value is (219,232,111). Sum of RGB (Red+Green+Blue) = 219+232+111=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 232 (91.02% from 255 or 41.28% from 562); Blue value is 111 (43.75% from 255 or 19.75% from 562); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE86F is #241790. Grayscale: #D6D6D6. Windows color (decimal): -2365329 or 7334107. OLE color: 7334107.

HSL color Cylindrical-coordinate representation of color #DBE86F: hue angle of 66.45º degrees, saturation: 0.72, 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 #DBE86F is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 232 111 -
CMYK 0.06 0 0.52 0.09
HSL 66.45º 0.72% 0.67% -
HSV(B) 66.45º 0.52% 0.91% -
XYZ 60.94 73.92 26.1 -
YUV 214.32 69.69 131.34 -
System Red Green Blue C M Y K H S L
Decimal 219 232 111 0.06 0 0.52 0.09 66.45 0.72 0.67
Hex DB E8 6F 6 0 34 9 42 48 43
Octal 333 350 157 6 0 64 11 102 110 103
Binary 11011011 11101000 1101111 110 0 110100 1001 1000010 1001000 1000011

Color Harmonies of #DBE86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE86F

Black with #DBE86F

Text Example


Text Example

White with #DBE86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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