Html Css Color HEX #DBEC71 Mindaro

📋 copy color: '#DBEC71'

red 219 ◦ green 236 ◦ blue 113

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

Shades of Mindaro #DBEC71

Tints of Mindaro #DBEC71

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.55%

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

R = 38.56%
G = 41.55%
B = 19.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#DBEC71 (or 0xDBEC71) is known color: Mindaro. HEX triplet: DB, EC and 71. RGB value is (219,236,113). Sum of RGB (Red+Green+Blue) = 219+236+113=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 113 (44.53% from 255 or 19.89% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC71 is #24138E. Grayscale: #D9D9D9. Windows color (decimal): -2364303 or 7466203. OLE color: 7466203.

HSL color Cylindrical-coordinate representation of color #DBEC71: hue angle of 68.29º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBEC71 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 113 -
CMYK 0.07 0 0.52 0.07
HSL 68.29º 0.76% 0.68% -
HSV(B) 68.29º 0.52% 0.93% -
XYZ 62.19 76.24 27.06 -
YUV 216.9 69.37 129.5 -
System Red Green Blue C M Y K H S L
Decimal 219 236 113 0.07 0 0.52 0.07 68.29 0.76 0.68
Hex DB EC 71 7 0 34 7 44 4C 44
Octal 333 354 161 7 0 64 7 104 114 104
Binary 11011011 11101100 1110001 111 0 110100 111 1000100 1001100 1000100

Color Harmonies of #DBEC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC71

Black with #DBEC71

Text Example


Text Example

White with #DBEC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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