Html Css Color HEX #DBF76A Mindaro

📋 copy color: '#DBF76A'

red 219 ◦ green 247 ◦ blue 106

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

Shades of Mindaro #DBF76A

Tints of Mindaro #DBF76A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.18%

 BLUE value IS 106 (41.8% from 255) = 18.53%

R = 38.29%
G = 43.18%
B = 18.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#DBF76A (or 0xDBF76A) is known color: Mindaro. HEX triplet: DB, F7 and 6A. RGB value is (219,247,106). Sum of RGB (Red+Green+Blue) = 219+247+106=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 247 (96.88% from 255 or 43.18% from 572); Blue value is 106 (41.80% from 255 or 18.53% from 572); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF76A is #240895. Grayscale: #DFDFDF. Windows color (decimal): -2361494 or 7010267. OLE color: 7010267.

HSL color Cylindrical-coordinate representation of color #DBF76A: hue angle of 71.91º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBF76A is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 247 106 -
CMYK 0.11 0 0.57 0.03
HSL 71.91º 0.9% 0.69% -
HSV(B) 71.91º 0.57% 0.97% -
XYZ 65.08 82.62 26.15 -
YUV 222.55 62.22 125.46 -
System Red Green Blue C M Y K H S L
Decimal 219 247 106 0.11 0 0.57 0.03 71.91 0.9 0.69
Hex DB F7 6A B 0 39 3 48 5A 45
Octal 333 367 152 13 0 71 3 110 132 105
Binary 11011011 11110111 1101010 1011 0 111001 11 1001000 1011010 1000101

Color Harmonies of #DBF76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF76A

Black with #DBF76A

Text Example


Text Example

White with #DBF76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF76A; }

 p { color: rgb(219,247,106); }

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

background-color css

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

 a { background-color: rgb(219,247,106); }

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

border-color css

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

 span { border-color: rgb(219,247,106); }

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