Html Css Color HEX #DBFF76 Mindaro

📋 copy color: '#DBFF76'

red 219 ◦ green 255 ◦ blue 118

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

Shades of Mindaro #DBFF76

Tints of Mindaro #DBFF76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 19.93%

R = 36.99%
G = 43.07%
B = 19.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#DBFF76 (or 0xDBFF76) is known color: Mindaro. HEX triplet: DB, FF and 76. RGB value is (219,255,118). Sum of RGB (Red+Green+Blue) = 219+255+118=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 118 (46.48% from 255 or 19.93% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF76 is #240089. Grayscale: #E5E5E5. Windows color (decimal): -2359434 or 7798747. OLE color: 7798747.

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

Color convert

RGB 219 255 118 -
CMYK 0.14 0 0.54 0
HSL 75.77º 1% 0.73% -
HSV(B) 75.77º 0.54% 1% -
XYZ 68.24 87.89 30.51 -
YUV 228.62 65.57 121.14 -
System Red Green Blue C M Y K H S L
Decimal 219 255 118 0.14 0 0.54 0 75.77 1 0.73
Hex DB FF 76 E 0 36 0 4C 64 49
Octal 333 377 166 16 0 66 0 114 144 111
Binary 11011011 11111111 1110110 1110 0 110110 0 1001100 1100100 1001001

Color Harmonies of #DBFF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFF76

Black with #DBFF76

Text Example


Text Example

White with #DBFF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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