Html Css Color HEX #DBF76B Mindaro

📋 copy color: '#DBF76B'

red 219 ◦ green 247 ◦ blue 107

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

Shades of Mindaro #DBF76B

Tints of Mindaro #DBF76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.67%

R = 38.22%
G = 43.11%
B = 18.67%

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

#DBF76B (or 0xDBF76B) is known color: Mindaro. HEX triplet: DB, F7 and 6B. RGB value is (219,247,107). Sum of RGB (Red+Green+Blue) = 219+247+107=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 247 (96.88% from 255 or 43.11% from 573); Blue value is 107 (42.19% from 255 or 18.67% from 573); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF76B is #240894. Grayscale: #DFDFDF. Windows color (decimal): -2361493 or 7075803. OLE color: 7075803.

HSL color Cylindrical-coordinate representation of color #DBF76B: hue angle of 72º 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 #DBF76B is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 247 107 -
CMYK 0.11 0 0.57 0.03
HSL 72º 0.9% 0.69% -
HSV(B) 72º 0.57% 0.97% -
XYZ 65.13 82.64 26.43 -
YUV 222.67 62.72 125.38 -
System Red Green Blue C M Y K H S L
Decimal 219 247 107 0.11 0 0.57 0.03 72 0.9 0.69
Hex DB F7 6B B 0 39 3 48 5A 45
Octal 333 367 153 13 0 71 3 110 132 105
Binary 11011011 11110111 1101011 1011 0 111001 11 1001000 1011010 1000101

Color Harmonies of #DBF76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF76B

Black with #DBF76B

Text Example


Text Example

White with #DBF76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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