Html Css Color HEX #DBF271 Mindaro

📋 copy color: '#DBF271'

red 219 ◦ green 242 ◦ blue 113

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

Shades of Mindaro #DBF271

Tints of Mindaro #DBF271

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.16%

 BLUE value IS 113 (44.53% from 255) = 19.69%

R = 38.15%
G = 42.16%
B = 19.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#DBF271 (or 0xDBF271) is known color: Mindaro. HEX triplet: DB, F2 and 71. RGB value is (219,242,113). Sum of RGB (Red+Green+Blue) = 219+242+113=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 113 (44.53% from 255 or 19.69% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF271 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF271 is #240D8E. Grayscale: #DCDCDC. Windows color (decimal): -2362767 or 7467739. OLE color: 7467739.

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

Color convert

RGB 219 242 113 -
CMYK 0.10 0 0.53 0.05
HSL 70.7º 0.83% 0.7% -
HSV(B) 70.7º 0.53% 0.95% -
XYZ 63.95 79.76 27.65 -
YUV 220.42 67.38 126.99 -
System Red Green Blue C M Y K H S L
Decimal 219 242 113 0.10 0 0.53 0.05 70.7 0.83 0.7
Hex DB F2 71 A 0 35 5 47 53 46
Octal 333 362 161 12 0 65 5 107 123 106
Binary 11011011 11110010 1110001 1010 0 110101 101 1000111 1010011 1000110

Color Harmonies of #DBF271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF271

Black with #DBF271

Text Example


Text Example

White with #DBF271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF271; }

 p { color: rgb(219,242,113); }

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

background-color css

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

 a { background-color: rgb(219,242,113); }

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

border-color css

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

 span { border-color: rgb(219,242,113); }

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