Html Css Color HEX #DBEF71 Mindaro

📋 copy color: '#DBEF71'

red 219 ◦ green 239 ◦ blue 113

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

Shades of Mindaro #DBEF71

Tints of Mindaro #DBEF71

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.86%

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

R = 38.35%
G = 41.86%
B = 19.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#DBEF71 (or 0xDBEF71) is known color: Mindaro. HEX triplet: DB, EF and 71. RGB value is (219,239,113). Sum of RGB (Red+Green+Blue) = 219+239+113=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 113 (44.53% from 255 or 19.79% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEF71 is #24108E. Grayscale: #DBDBDB. Windows color (decimal): -2363535 or 7466971. OLE color: 7466971.

HSL color Cylindrical-coordinate representation of color #DBEF71: hue angle of 69.52º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBEF71 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 113 -
CMYK 0.08 0 0.53 0.06
HSL 69.52º 0.8% 0.69% -
HSV(B) 69.52º 0.53% 0.94% -
XYZ 63.06 77.99 27.35 -
YUV 218.66 68.37 128.25 -
System Red Green Blue C M Y K H S L
Decimal 219 239 113 0.08 0 0.53 0.06 69.52 0.8 0.69
Hex DB EF 71 8 0 35 6 46 50 45
Octal 333 357 161 10 0 65 6 106 120 105
Binary 11011011 11101111 1110001 1000 0 110101 110 1000110 1010000 1000101

Color Harmonies of #DBEF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF71

Black with #DBEF71

Text Example


Text Example

White with #DBEF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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