Html Css Color HEX #DBFA78 Mindaro

📋 copy color: '#DBFA78'

red 219 ◦ green 250 ◦ blue 120

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

Shades of Mindaro #DBFA78

Tints of Mindaro #DBFA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.37%

R = 37.18%
G = 42.44%
B = 20.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#DBFA78 (or 0xDBFA78) is known color: Mindaro. HEX triplet: DB, FA and 78. RGB value is (219,250,120). Sum of RGB (Red+Green+Blue) = 219+250+120=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 120 (47.27% from 255 or 20.37% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA78 is #240587. Grayscale: #E2E2E2. Windows color (decimal): -2360712 or 7928539. OLE color: 7928539.

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

Color convert

RGB 219 250 120 -
CMYK 0.12 0 0.52 0.02
HSL 74.31º 0.93% 0.73% -
HSV(B) 74.31º 0.52% 0.98% -
XYZ 66.79 84.79 30.61 -
YUV 225.91 68.23 123.07 -
System Red Green Blue C M Y K H S L
Decimal 219 250 120 0.12 0 0.52 0.02 74.31 0.93 0.73
Hex DB FA 78 C 0 34 2 4A 5D 49
Octal 333 372 170 14 0 64 2 112 135 111
Binary 11011011 11111010 1111000 1100 0 110100 10 1001010 1011101 1001001

Color Harmonies of #DBFA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA78

Black with #DBFA78

Text Example


Text Example

White with #DBFA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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