Html Css Color HEX #DBFD76 Mindaro

📋 copy color: '#DBFD76'

red 219 ◦ green 253 ◦ blue 118

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

Shades of Mindaro #DBFD76

Tints of Mindaro #DBFD76

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.88%

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

R = 37.12%
G = 42.88%
B = 20%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#DBFD76 (or 0xDBFD76) is known color: Mindaro. HEX triplet: DB, FD and 76. RGB value is (219,253,118). Sum of RGB (Red+Green+Blue) = 219+253+118=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 118 (46.48% from 255 or 20% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFD76 is #240289. Grayscale: #E3E3E3. Windows color (decimal): -2359946 or 7798235. OLE color: 7798235.

HSL color Cylindrical-coordinate representation of color #DBFD76: hue angle of 75.11º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBFD76 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 253 118 -
CMYK 0.13 0 0.53 0.01
HSL 75.11º 0.97% 0.73% -
HSV(B) 75.11º 0.53% 0.99% -
XYZ 67.61 86.62 30.3 -
YUV 227.44 66.24 121.98 -
System Red Green Blue C M Y K H S L
Decimal 219 253 118 0.13 0 0.53 0.01 75.11 0.97 0.73
Hex DB FD 76 D 0 35 1 4B 61 49
Octal 333 375 166 15 0 65 1 113 141 111
Binary 11011011 11111101 1110110 1101 0 110101 1 1001011 1100001 1001001

Color Harmonies of #DBFD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFD76

Black with #DBFD76

Text Example


Text Example

White with #DBFD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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