Html Css Color HEX #D0E571 Mindaro

📋 copy color: '#D0E571'

red 208 ◦ green 229 ◦ blue 113

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

Shades of Mindaro #D0E571

Tints of Mindaro #D0E571

RGB

 RED value IS 208 (81.64% from 255) = 37.82%

 GREEN value IS 229 (89.84% from 255) = 41.64%

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

R = 37.82%
G = 41.64%
B = 20.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#D0E571 (or 0xD0E571) is known color: Mindaro. HEX triplet: D0, E5 and 71. RGB value is (208,229,113). Sum of RGB (Red+Green+Blue) = 208+229+113=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E571 is #2F1A8E. Grayscale: #D1D1D1. Windows color (decimal): -3086991 or 7464400. OLE color: 7464400.

HSL color Cylindrical-coordinate representation of color #D0E571: hue angle of 70.86º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0E571 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 229 113 -
CMYK 0.09 0 0.51 0.10
HSL 70.86º 0.69% 0.67% -
HSV(B) 70.86º 0.51% 0.9% -
XYZ 57.01 70.64 26.25 -
YUV 209.5 73.54 126.93 -
System Red Green Blue C M Y K H S L
Decimal 208 229 113 0.09 0 0.51 0.10 70.86 0.69 0.67
Hex D0 E5 71 9 0 33 A 47 45 43
Octal 320 345 161 11 0 63 12 107 105 103
Binary 11010000 11100101 1110001 1001 0 110011 1010 1000111 1000101 1000011

Color Harmonies of #D0E571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E571

Black with #D0E571

Text Example


Text Example

White with #D0E571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E571; }

 p { color: rgb(208,229,113); }

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

background-color css

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

 a { background-color: rgb(208,229,113); }

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

border-color css

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

 span { border-color: rgb(208,229,113); }

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