Html Css Color HEX #DBFF6B Mindaro

📋 copy color: '#DBFF6B'

red 219 ◦ green 255 ◦ blue 107

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

Shades of Mindaro #DBFF6B

Tints of Mindaro #DBFF6B

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 value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#DBFF6B (or 0xDBFF6B) is known color: 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

RGB 219 255 107 -
CMYK 0.14 0 0.58 0
HSL 74.59º 1% 0.71% -
HSV(B) 74.59º 0.58% 1% -
XYZ 67.63 87.64 27.26 -
YUV 227.36 60.07 122.03 -
System Red Green Blue C M Y K H S L
Decimal 219 255 107 0.14 0 0.58 0 74.59 1 0.71
Hex DB FF 6B E 0 3A 0 4B 64 47
Octal 333 377 153 16 0 72 0 113 144 107
Binary 11011011 11111111 1101011 1110 0 111010 0 1001011 1100100 1000111

Color Harmonies of #DBFF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFF6B

Black with #DBFF6B

Text Example


Text Example

White with #DBFF6B

Text Example


Text Example

HTML Codes & Css Web 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>