#DBFF6B

Color #DBFF6B Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DBFF6B

Tints of Mindaro #DBFF6B

Color information

#DBFF6B (or 0xDBFF6B) is unknown color: approx Mindaro. HEX triplet: DB, FF and 6B. RGB value is (219,255,107). Sum of RGB (Red+Green+Blue) = 219+255+107=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 107 (42.19% from 255 or 18.42% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF6B is #240094. Grayscale: #E3E3E3. Windows color (decimal): -2359445 or 7077851. OLE color: 7077851.

HSL color Cylindrical-coordinate representation of color #DBFF6B: hue angle of 74.59º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBFF6B is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB219255107-
CMYK0.1400.580
HSL74.59º100%70.98%-
HSV(B)74.59º58.04%100%-
XYZ67.6387.6427.26-
YUV227.3660.07122.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.69%
GREEN value IS 255 (100% from 255) = 43.89%
BLUE value IS 107 (42.19% from 255) = 18.42%
R=37.69%
G=43.89%
B=18.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192551070.1400.58074.5910070.98
HexDBFF6BE03A04b6447
Octal333377153160720113144107
Binary11011011111111111101011111001110100100101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFF6B; }

 p { color: rgb(219,255,107); }

 H1.HeaderClassName
 {
   color: #DBFF6B;
 }
 .AnyTagClassName
 {
   color: #DBFF6B;
 }
</style>
background-color css

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

 a { background-color: rgb(219,255,107); }

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

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

 span { border-color: rgb(219,255,107); }

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