Html Css Color HEX #DBFA76 Mindaro

📋 copy color: '#DBFA76'

red 219 ◦ green 250 ◦ blue 118

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

Shades of Mindaro #DBFA76

Tints of Mindaro #DBFA76

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.59%

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

R = 37.31%
G = 42.59%
B = 20.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#DBFA76 (or 0xDBFA76) is known color: Mindaro. HEX triplet: DB, FA and 76. RGB value is (219,250,118). Sum of RGB (Red+Green+Blue) = 219+250+118=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 118 (46.48% from 255 or 20.10% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA76 is #240589. Grayscale: #E2E2E2. Windows color (decimal): -2360714 or 7797467. OLE color: 7797467.

HSL color Cylindrical-coordinate representation of color #DBFA76: hue angle of 74.09º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBFA76 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 250 118 -
CMYK 0.12 0 0.53 0.02
HSL 74.09º 0.93% 0.72% -
HSV(B) 74.09º 0.53% 0.98% -
XYZ 66.67 84.74 29.98 -
YUV 225.68 67.23 123.23 -
System Red Green Blue C M Y K H S L
Decimal 219 250 118 0.12 0 0.53 0.02 74.09 0.93 0.72
Hex DB FA 76 C 0 35 2 4A 5D 48
Octal 333 372 166 14 0 65 2 112 135 110
Binary 11011011 11111010 1110110 1100 0 110101 10 1001010 1011101 1001000

Color Harmonies of #DBFA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA76

Black with #DBFA76

Text Example


Text Example

White with #DBFA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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