Html Css Color HEX #DBF76D Mindaro

📋 copy color: '#DBF76D'

red 219 ◦ green 247 ◦ blue 109

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

Shades of Mindaro #DBF76D

Tints of Mindaro #DBF76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.96%

R = 38.09%
G = 42.96%
B = 18.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#DBF76D (or 0xDBF76D) is known color: Mindaro. HEX triplet: DB, F7 and 6D. RGB value is (219,247,109). Sum of RGB (Red+Green+Blue) = 219+247+109=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 109 (42.97% from 255 or 18.96% from 575); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF76D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF76D is #240892. Grayscale: #DFDFDF. Windows color (decimal): -2361491 or 7206875. OLE color: 7206875.

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

Color convert

RGB 219 247 109 -
CMYK 0.11 0 0.56 0.03
HSL 72.17º 0.9% 0.7% -
HSV(B) 72.17º 0.56% 0.97% -
XYZ 65.23 82.69 26.99 -
YUV 222.9 63.72 125.22 -
System Red Green Blue C M Y K H S L
Decimal 219 247 109 0.11 0 0.56 0.03 72.17 0.9 0.7
Hex DB F7 6D B 0 38 3 48 5A 46
Octal 333 367 155 13 0 70 3 110 132 106
Binary 11011011 11110111 1101101 1011 0 111000 11 1001000 1011010 1000110

Color Harmonies of #DBF76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF76D

Black with #DBF76D

Text Example


Text Example

White with #DBF76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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