Html Css Color HEX #DBF276 Mindaro

📋 copy color: '#DBF276'

red 219 ◦ green 242 ◦ blue 118

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

Shades of Mindaro #DBF276

Tints of Mindaro #DBF276

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.8%

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

R = 37.82%
G = 41.8%
B = 20.38%

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

#DBF276 (or 0xDBF276) is known color: Mindaro. HEX triplet: DB, F2 and 76. RGB value is (219,242,118). Sum of RGB (Red+Green+Blue) = 219+242+118=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 118 (46.48% from 255 or 20.38% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF276 is #240D89. Grayscale: #DDDDDD. Windows color (decimal): -2362762 or 7795419. OLE color: 7795419.

HSL color Cylindrical-coordinate representation of color #DBF276: hue angle of 71.13º degrees, saturation: 0.83, 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 #DBF276 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 118 -
CMYK 0.10 0 0.51 0.05
HSL 71.13º 0.83% 0.71% -
HSV(B) 71.13º 0.51% 0.95% -
XYZ 64.24 79.87 29.17 -
YUV 220.99 69.88 126.58 -
System Red Green Blue C M Y K H S L
Decimal 219 242 118 0.10 0 0.51 0.05 71.13 0.83 0.71
Hex DB F2 76 A 0 33 5 47 53 47
Octal 333 362 166 12 0 63 5 107 123 107
Binary 11011011 11110010 1110110 1010 0 110011 101 1000111 1010011 1000111

Color Harmonies of #DBF276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF276

Black with #DBF276

Text Example


Text Example

White with #DBF276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF276; }

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

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

background-color css

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

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

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

border-color css

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

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

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