Html Css Color HEX #DBED71 Mindaro

📋 copy color: '#DBED71'

red 219 ◦ green 237 ◦ blue 113

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

Shades of Mindaro #DBED71

Tints of Mindaro #DBED71

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.65%

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

R = 38.49%
G = 41.65%
B = 19.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#DBED71 (or 0xDBED71) is known color: Mindaro. HEX triplet: DB, ED and 71. RGB value is (219,237,113). Sum of RGB (Red+Green+Blue) = 219+237+113=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 113 (44.53% from 255 or 19.86% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED71 is #24128E. Grayscale: #D9D9D9. Windows color (decimal): -2364047 or 7466459. OLE color: 7466459.

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

Color convert

RGB 219 237 113 -
CMYK 0.08 0 0.52 0.07
HSL 68.71º 0.78% 0.69% -
HSV(B) 68.71º 0.52% 0.93% -
XYZ 62.48 76.82 27.16 -
YUV 217.48 69.04 129.08 -
System Red Green Blue C M Y K H S L
Decimal 219 237 113 0.08 0 0.52 0.07 68.71 0.78 0.69
Hex DB ED 71 8 0 34 7 45 4E 45
Octal 333 355 161 10 0 64 7 105 116 105
Binary 11011011 11101101 1110001 1000 0 110100 111 1000101 1001110 1000101

Color Harmonies of #DBED71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBED71

Black with #DBED71

Text Example


Text Example

White with #DBED71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBED71; }

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

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

background-color css

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

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

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

border-color css

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

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

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