Html Css Color HEX #D3ED71 Mindaro

📋 copy color: '#D3ED71'

red 211 ◦ green 237 ◦ blue 113

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

Shades of Mindaro #D3ED71

Tints of Mindaro #D3ED71

RGB

 RED value IS 211 (82.81% from 255) = 37.61%

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

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

R = 37.61%
G = 42.25%
B = 20.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#D3ED71 (or 0xD3ED71) is known color: Mindaro. HEX triplet: D3, ED and 71. RGB value is (211,237,113). Sum of RGB (Red+Green+Blue) = 211+237+113=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 113 (44.53% from 255 or 20.14% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #D3ED71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3ED71 is #2C128E. Grayscale: #D7D7D7. Windows color (decimal): -2888335 or 7466451. OLE color: 7466451.

HSL color Cylindrical-coordinate representation of color #D3ED71: hue angle of 72.58º 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 #D3ED71 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 237 113 -
CMYK 0.11 0 0.52 0.07
HSL 72.58º 0.78% 0.69% -
HSV(B) 72.58º 0.52% 0.93% -
XYZ 60.13 75.61 27.05 -
YUV 215.09 70.39 125.08 -
System Red Green Blue C M Y K H S L
Decimal 211 237 113 0.11 0 0.52 0.07 72.58 0.78 0.69
Hex D3 ED 71 B 0 34 7 49 4E 45
Octal 323 355 161 13 0 64 7 111 116 105
Binary 11010011 11101101 1110001 1011 0 110100 111 1001001 1001110 1000101

Color Harmonies of #D3ED71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ED71

Black with #D3ED71

Text Example


Text Example

White with #D3ED71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ED71; }

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

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

background-color css

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

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

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

border-color css

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

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

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