Html Css Color HEX #D0E271 Mindaro

📋 copy color: '#D0E271'

red 208 ◦ green 226 ◦ blue 113

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

Shades of Mindaro #D0E271

Tints of Mindaro #D0E271

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.32%

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

R = 38.03%
G = 41.32%
B = 20.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#D0E271 (or 0xD0E271) is known color: Mindaro. HEX triplet: D0, E2 and 71. RGB value is (208,226,113). Sum of RGB (Red+Green+Blue) = 208+226+113=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 113 (44.53% from 255 or 20.66% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E271 is #2F1D8E. Grayscale: #D0D0D0. Windows color (decimal): -3087759 or 7463632. OLE color: 7463632.

HSL color Cylindrical-coordinate representation of color #D0E271: hue angle of 69.56º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0E271 is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 226 113 -
CMYK 0.08 0 0.5 0.11
HSL 69.56º 0.66% 0.66% -
HSV(B) 69.56º 0.5% 0.89% -
XYZ 56.19 68.99 25.98 -
YUV 207.74 74.54 128.19 -
System Red Green Blue C M Y K H S L
Decimal 208 226 113 0.08 0 0.5 0.11 69.56 0.66 0.66
Hex D0 E2 71 8 0 32 B 46 42 42
Octal 320 342 161 10 0 62 13 106 102 102
Binary 11010000 11100010 1110001 1000 0 110010 1011 1000110 1000010 1000010

Color Harmonies of #D0E271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E271

Black with #D0E271

Text Example


Text Example

White with #D0E271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E271; }

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

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

background-color css

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

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

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

border-color css

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

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

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