Html Css Color HEX #DBF772 Mindaro

📋 copy color: '#DBF772'

red 219 ◦ green 247 ◦ blue 114

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

Shades of Mindaro #DBF772

Tints of Mindaro #DBF772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.66%

R = 37.76%
G = 42.59%
B = 19.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#DBF772 (or 0xDBF772) is known color: Mindaro. HEX triplet: DB, F7 and 72. RGB value is (219,247,114). Sum of RGB (Red+Green+Blue) = 219+247+114=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 247 (96.88% from 255 or 42.59% from 580); Blue value is 114 (44.92% from 255 or 19.66% from 580); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF772 is #24088D. Grayscale: #DFDFDF. Windows color (decimal): -2361486 or 7534555. OLE color: 7534555.

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

Color convert

RGB 219 247 114 -
CMYK 0.11 0 0.54 0.03
HSL 72.63º 0.89% 0.71% -
HSV(B) 72.63º 0.54% 0.97% -
XYZ 65.51 82.8 28.45 -
YUV 223.47 66.22 124.81 -
System Red Green Blue C M Y K H S L
Decimal 219 247 114 0.11 0 0.54 0.03 72.63 0.89 0.71
Hex DB F7 72 B 0 36 3 49 59 47
Octal 333 367 162 13 0 66 3 111 131 107
Binary 11011011 11110111 1110010 1011 0 110110 11 1001001 1011001 1000111

Color Harmonies of #DBF772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF772

Black with #DBF772

Text Example


Text Example

White with #DBF772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF772; }

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

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

background-color css

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

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

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

border-color css

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

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

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