Html Css Color HEX #DBF472 Mindaro

📋 copy color: '#DBF472'

red 219 ◦ green 244 ◦ blue 114

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

Shades of Mindaro #DBF472

Tints of Mindaro #DBF472

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.29%

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

R = 37.95%
G = 42.29%
B = 19.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#DBF472 (or 0xDBF472) is known color: Mindaro. HEX triplet: DB, F4 and 72. RGB value is (219,244,114). Sum of RGB (Red+Green+Blue) = 219+244+114=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 244 (95.70% from 255 or 42.29% from 577); Blue value is 114 (44.92% from 255 or 19.76% from 577); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF472 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF472 is #240B8D. Grayscale: #DEDEDE. Windows color (decimal): -2362254 or 7533787. OLE color: 7533787.

HSL color Cylindrical-coordinate representation of color #DBF472: hue angle of 71.54º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBF472 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 244 114 -
CMYK 0.10 0 0.53 0.04
HSL 71.54º 0.86% 0.7% -
HSV(B) 71.54º 0.53% 0.96% -
XYZ 64.6 80.98 28.14 -
YUV 221.71 67.22 126.07 -
System Red Green Blue C M Y K H S L
Decimal 219 244 114 0.10 0 0.53 0.04 71.54 0.86 0.7
Hex DB F4 72 A 0 35 4 48 56 46
Octal 333 364 162 12 0 65 4 110 126 106
Binary 11011011 11110100 1110010 1010 0 110101 100 1001000 1010110 1000110

Color Harmonies of #DBF472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF472

Black with #DBF472

Text Example


Text Example

White with #DBF472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF472; }

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

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

background-color css

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

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

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

border-color css

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

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

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