Html Css Color HEX #DBF376 Mindaro

📋 copy color: '#DBF376'

red 219 ◦ green 243 ◦ blue 118

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

Shades of Mindaro #DBF376

Tints of Mindaro #DBF376

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.9%

 BLUE value IS 118 (46.48% from 255) = 20.34%

R = 37.76%
G = 41.9%
B = 20.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#DBF376 (or 0xDBF376) is known color: Mindaro. HEX triplet: DB, F3 and 76. RGB value is (219,243,118). Sum of RGB (Red+Green+Blue) = 219+243+118=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 118 (46.48% from 255 or 20.34% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF376 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF376 is #240C89. Grayscale: #DEDEDE. Windows color (decimal): -2362506 or 7795675. OLE color: 7795675.

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

Color convert

RGB 219 243 118 -
CMYK 0.10 0 0.51 0.05
HSL 71.52º 0.84% 0.71% -
HSV(B) 71.52º 0.51% 0.95% -
XYZ 64.53 80.47 29.27 -
YUV 221.57 69.55 126.16 -
System Red Green Blue C M Y K H S L
Decimal 219 243 118 0.10 0 0.51 0.05 71.52 0.84 0.71
Hex DB F3 76 A 0 33 5 48 54 47
Octal 333 363 166 12 0 63 5 110 124 107
Binary 11011011 11110011 1110110 1010 0 110011 101 1001000 1010100 1000111

Color Harmonies of #DBF376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF376

Black with #DBF376

Text Example


Text Example

White with #DBF376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF376; }

 p { color: rgb(219,243,118); }

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

background-color css

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

 a { background-color: rgb(219,243,118); }

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

border-color css

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

 span { border-color: rgb(219,243,118); }

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