Html Css Color HEX #DBFA73 Mindaro

📋 copy color: '#DBFA73'

red 219 ◦ green 250 ◦ blue 115

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

Shades of Mindaro #DBFA73

Tints of Mindaro #DBFA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.69%

R = 37.5%
G = 42.81%
B = 19.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#DBFA73 (or 0xDBFA73) is known color: Mindaro. HEX triplet: DB, FA and 73. RGB value is (219,250,115). Sum of RGB (Red+Green+Blue) = 219+250+115=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 115 (45.31% from 255 or 19.69% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA73 is #24058C. Grayscale: #E1E1E1. Windows color (decimal): -2360717 or 7600859. OLE color: 7600859.

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

Color convert

RGB 219 250 115 -
CMYK 0.12 0 0.54 0.02
HSL 73.78º 0.93% 0.72% -
HSV(B) 73.78º 0.54% 0.98% -
XYZ 66.49 84.67 29.06 -
YUV 225.34 65.73 123.48 -
System Red Green Blue C M Y K H S L
Decimal 219 250 115 0.12 0 0.54 0.02 73.78 0.93 0.72
Hex DB FA 73 C 0 36 2 4A 5D 48
Octal 333 372 163 14 0 66 2 112 135 110
Binary 11011011 11111010 1110011 1100 0 110110 10 1001010 1011101 1001000

Color Harmonies of #DBFA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA73

Black with #DBFA73

Text Example


Text Example

White with #DBFA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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