Html Css Color HEX #DBFE73 Mindaro

📋 copy color: '#DBFE73'

red 219 ◦ green 254 ◦ blue 115

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

Shades of Mindaro #DBFE73

Tints of Mindaro #DBFE73

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.2%

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

R = 37.24%
G = 43.2%
B = 19.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#DBFE73 (or 0xDBFE73) is known color: Mindaro. HEX triplet: DB, FE and 73. RGB value is (219,254,115). Sum of RGB (Red+Green+Blue) = 219+254+115=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 115 (45.31% from 255 or 19.56% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE73 is #24018C. Grayscale: #E4E4E4. Windows color (decimal): -2359693 or 7601883. OLE color: 7601883.

HSL color Cylindrical-coordinate representation of color #DBFE73: hue angle of 75.11º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBFE73 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 254 115 -
CMYK 0.14 0 0.55 0.00
HSL 75.11º 0.99% 0.72% -
HSV(B) 75.11º 0.55% 1% -
XYZ 67.75 87.18 29.48 -
YUV 227.69 64.4 121.8 -
System Red Green Blue C M Y K H S L
Decimal 219 254 115 0.14 0 0.55 0.00 75.11 0.99 0.72
Hex DB FE 73 E 0 37 0 4B 63 48
Octal 333 376 163 16 0 67 0 113 143 110
Binary 11011011 11111110 1110011 1110 0 110111 0 1001011 1100011 1001000

Color Harmonies of #DBFE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFE73

Black with #DBFE73

Text Example


Text Example

White with #DBFE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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