Html Css Color HEX #DBF163 Mindaro

📋 copy color: '#DBF163'

red 219 ◦ green 241 ◦ blue 99

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

Shades of Mindaro #DBF163

Tints of Mindaro #DBF163

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.11%

 BLUE value IS 99 (39.06% from 255) = 17.71%

R = 39.18%
G = 43.11%
B = 17.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#DBF163 (or 0xDBF163) is known color: Mindaro. HEX triplet: DB, F1 and 63. RGB value is (219,241,99). Sum of RGB (Red+Green+Blue) = 219+241+99=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 99 (39.06% from 255 or 17.71% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF163 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF163 is #240E9C. Grayscale: #DADADA. Windows color (decimal): -2363037 or 6549979. OLE color: 6549979.

HSL color Cylindrical-coordinate representation of color #DBF163: hue angle of 69.3º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBF163 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 241 99 -
CMYK 0.09 0 0.59 0.05
HSL 69.3º 0.84% 0.67% -
HSV(B) 69.3º 0.59% 0.95% -
XYZ 62.92 78.87 23.71 -
YUV 218.23 60.71 128.55 -
System Red Green Blue C M Y K H S L
Decimal 219 241 99 0.09 0 0.59 0.05 69.3 0.84 0.67
Hex DB F1 63 9 0 3B 5 45 54 43
Octal 333 361 143 11 0 73 5 105 124 103
Binary 11011011 11110001 1100011 1001 0 111011 101 1000101 1010100 1000011

Color Harmonies of #DBF163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF163

Black with #DBF163

Text Example


Text Example

White with #DBF163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF163; }

 p { color: rgb(219,241,99); }

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

background-color css

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

 a { background-color: rgb(219,241,99); }

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

border-color css

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

 span { border-color: rgb(219,241,99); }

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