Html Css Color HEX #DBFF6D Mindaro

📋 copy color: '#DBFF6D'

red 219 ◦ green 255 ◦ blue 109

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

Shades of Mindaro #DBFF6D

Tints of Mindaro #DBFF6D

RGB

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

 GREEN value IS 255 (100% from 255) = 43.74%

 BLUE value IS 109 (42.97% from 255) = 18.7%

R = 37.56%
G = 43.74%
B = 18.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#DBFF6D (or 0xDBFF6D) is known color: Mindaro. HEX triplet: DB, FF and 6D. RGB value is (219,255,109). Sum of RGB (Red+Green+Blue) = 219+255+109=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 109 (42.97% from 255 or 18.70% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF6D is #240092. Grayscale: #E4E4E4. Windows color (decimal): -2359443 or 7208923. OLE color: 7208923.

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

Color convert

RGB 219 255 109 -
CMYK 0.14 0 0.57 0
HSL 74.79º 1% 0.71% -
HSV(B) 74.79º 0.57% 1% -
XYZ 67.73 87.68 27.82 -
YUV 227.59 61.07 121.87 -
System Red Green Blue C M Y K H S L
Decimal 219 255 109 0.14 0 0.57 0 74.79 1 0.71
Hex DB FF 6D E 0 39 0 4B 64 47
Octal 333 377 155 16 0 71 0 113 144 107
Binary 11011011 11111111 1101101 1110 0 111001 0 1001011 1100100 1000111

Color Harmonies of #DBFF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFF6D

Black with #DBFF6D

Text Example


Text Example

White with #DBFF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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