Html Css Color HEX #DBF86E Mindaro

📋 copy color: '#DBF86E'

red 219 ◦ green 248 ◦ blue 110

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

Shades of Mindaro #DBF86E

Tints of Mindaro #DBF86E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.98%

 BLUE value IS 110 (43.36% from 255) = 19.06%

R = 37.95%
G = 42.98%
B = 19.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#DBF86E (or 0xDBF86E) is known color: Mindaro. HEX triplet: DB, F8 and 6E. RGB value is (219,248,110). Sum of RGB (Red+Green+Blue) = 219+248+110=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 248 (97.27% from 255 or 42.98% from 577); Blue value is 110 (43.36% from 255 or 19.06% from 577); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF86E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF86E is #240791. Grayscale: #E0E0E0. Windows color (decimal): -2361234 or 7272667. OLE color: 7272667.

HSL color Cylindrical-coordinate representation of color #DBF86E: hue angle of 72.61º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBF86E is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 110 -
CMYK 0.12 0 0.56 0.03
HSL 72.61º 0.91% 0.7% -
HSV(B) 72.61º 0.56% 0.97% -
XYZ 65.6 83.32 27.38 -
YUV 223.6 63.89 124.72 -
System Red Green Blue C M Y K H S L
Decimal 219 248 110 0.12 0 0.56 0.03 72.61 0.91 0.7
Hex DB F8 6E C 0 38 3 49 5B 46
Octal 333 370 156 14 0 70 3 111 133 106
Binary 11011011 11111000 1101110 1100 0 111000 11 1001001 1011011 1000110

Color Harmonies of #DBF86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF86E

Black with #DBF86E

Text Example


Text Example

White with #DBF86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF86E; }

 p { color: rgb(219,248,110); }

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

background-color css

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

 a { background-color: rgb(219,248,110); }

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

border-color css

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

 span { border-color: rgb(219,248,110); }

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