Html Css Color HEX #DBFB73 Mindaro

📋 copy color: '#DBFB73'

red 219 ◦ green 251 ◦ blue 115

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

Shades of Mindaro #DBFB73

Tints of Mindaro #DBFB73

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.91%

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

R = 37.44%
G = 42.91%
B = 19.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#DBFB73 (or 0xDBFB73) is known color: Mindaro. HEX triplet: DB, FB and 73. RGB value is (219,251,115). Sum of RGB (Red+Green+Blue) = 219+251+115=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 115 (45.31% from 255 or 19.66% from 585); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB73 is #24048C. Grayscale: #E2E2E2. Windows color (decimal): -2360461 or 7601115. OLE color: 7601115.

HSL color Cylindrical-coordinate representation of color #DBFB73: hue angle of 74.12º degrees, saturation: 0.94, 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 #DBFB73 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 115 -
CMYK 0.13 0 0.54 0.02
HSL 74.12º 0.94% 0.72% -
HSV(B) 74.12º 0.54% 0.98% -
XYZ 66.81 85.29 29.16 -
YUV 225.93 65.4 123.06 -
System Red Green Blue C M Y K H S L
Decimal 219 251 115 0.13 0 0.54 0.02 74.12 0.94 0.72
Hex DB FB 73 D 0 36 2 4A 5E 48
Octal 333 373 163 15 0 66 2 112 136 110
Binary 11011011 11111011 1110011 1101 0 110110 10 1001010 1011110 1001000

Color Harmonies of #DBFB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFB73

Black with #DBFB73

Text Example


Text Example

White with #DBFB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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