Html Css Color HEX #DBFA72 Mindaro

📋 copy color: '#DBFA72'

red 219 ◦ green 250 ◦ blue 114

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

Shades of Mindaro #DBFA72

Tints of Mindaro #DBFA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.55%

R = 37.56%
G = 42.88%
B = 19.55%

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

#DBFA72 (or 0xDBFA72) is known color: Mindaro. HEX triplet: DB, FA and 72. RGB value is (219,250,114). Sum of RGB (Red+Green+Blue) = 219+250+114=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 114 (44.92% from 255 or 19.55% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA72 is #24058D. Grayscale: #E1E1E1. Windows color (decimal): -2360718 or 7535323. OLE color: 7535323.

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

Color convert

RGB 219 250 114 -
CMYK 0.12 0 0.54 0.02
HSL 73.68º 0.93% 0.71% -
HSV(B) 73.68º 0.54% 0.98% -
XYZ 66.44 84.65 28.76 -
YUV 225.23 65.23 123.56 -
System Red Green Blue C M Y K H S L
Decimal 219 250 114 0.12 0 0.54 0.02 73.68 0.93 0.71
Hex DB FA 72 C 0 36 2 4A 5D 47
Octal 333 372 162 14 0 66 2 112 135 107
Binary 11011011 11111010 1110010 1100 0 110110 10 1001010 1011101 1000111

Color Harmonies of #DBFA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA72

Black with #DBFA72

Text Example


Text Example

White with #DBFA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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