Html Css Color HEX #DBF186 Mindaro

📋 copy color: '#DBF186'

red 219 ◦ green 241 ◦ blue 134

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

Shades of Mindaro #DBF186

Tints of Mindaro #DBF186

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.57%

 BLUE value IS 134 (52.73% from 255) = 22.56%

R = 36.87%
G = 40.57%
B = 22.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#DBF186 (or 0xDBF186) is known color: Mindaro. HEX triplet: DB, F1 and 86. RGB value is (219,241,134). Sum of RGB (Red+Green+Blue) = 219+241+134=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 134 (52.73% from 255 or 22.56% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF186 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF186 is #240E79. Grayscale: #DEDEDE. Windows color (decimal): -2363002 or 8843739. OLE color: 8843739.

HSL color Cylindrical-coordinate representation of color #DBF186: hue angle of 72.34º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBF186 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 241 134 -
CMYK 0.09 0 0.44 0.05
HSL 72.34º 0.79% 0.74% -
HSV(B) 72.34º 0.44% 0.95% -
XYZ 64.97 79.69 34.51 -
YUV 222.22 78.21 125.7 -
System Red Green Blue C M Y K H S L
Decimal 219 241 134 0.09 0 0.44 0.05 72.34 0.79 0.74
Hex DB F1 86 9 0 2C 5 48 4F 4A
Octal 333 361 206 11 0 54 5 110 117 112
Binary 11011011 11110001 10000110 1001 0 101100 101 1001000 1001111 1001010

Color Harmonies of #DBF186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF186

Black with #DBF186

Text Example


Text Example

White with #DBF186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF186; }

 p { color: rgb(219,241,134); }

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

background-color css

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

 a { background-color: rgb(219,241,134); }

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

border-color css

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

 span { border-color: rgb(219,241,134); }

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