Html Css Color HEX #DBF286 Mindaro

📋 copy color: '#DBF286'

red 219 ◦ green 242 ◦ blue 134

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

Shades of Mindaro #DBF286

Tints of Mindaro #DBF286

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.67%

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

R = 36.81%
G = 40.67%
B = 22.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#DBF286 (or 0xDBF286) is known color: Mindaro. HEX triplet: DB, F2 and 86. RGB value is (219,242,134). Sum of RGB (Red+Green+Blue) = 219+242+134=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 134 (52.73% from 255 or 22.52% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF286 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF286 is #240D79. Grayscale: #DFDFDF. Windows color (decimal): -2362746 or 8843995. OLE color: 8843995.

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

Color convert

RGB 219 242 134 -
CMYK 0.10 0 0.45 0.05
HSL 72.78º 0.81% 0.74% -
HSV(B) 72.78º 0.45% 0.95% -
XYZ 65.27 80.29 34.61 -
YUV 222.81 77.88 125.28 -
System Red Green Blue C M Y K H S L
Decimal 219 242 134 0.10 0 0.45 0.05 72.78 0.81 0.74
Hex DB F2 86 A 0 2D 5 49 51 4A
Octal 333 362 206 12 0 55 5 111 121 112
Binary 11011011 11110010 10000110 1010 0 101101 101 1001001 1010001 1001010

Color Harmonies of #DBF286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF286

Black with #DBF286

Text Example


Text Example

White with #DBF286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF286; }

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

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

background-color css

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

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

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

border-color css

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

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

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