Html Css Color HEX #D1ED73 Mindaro

📋 copy color: '#D1ED73'

red 209 ◦ green 237 ◦ blue 115

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

Shades of Mindaro #D1ED73

Tints of Mindaro #D1ED73

RGB

 RED value IS 209 (82.03% from 255) = 37.25%

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

 BLUE value IS 115 (45.31% from 255) = 20.5%

R = 37.25%
G = 42.25%
B = 20.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#D1ED73 (or 0xD1ED73) is known color: Mindaro. HEX triplet: D1, ED and 73. RGB value is (209,237,115). Sum of RGB (Red+Green+Blue) = 209+237+115=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1ED73 is #2E128C. Grayscale: #D7D7D7. Windows color (decimal): -3019405 or 7597521. OLE color: 7597521.

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

Color convert

RGB 209 237 115 -
CMYK 0.12 0 0.51 0.07
HSL 73.77º 0.77% 0.69% -
HSV(B) 73.77º 0.51% 0.93% -
XYZ 59.67 75.36 27.62 -
YUV 214.72 71.72 123.92 -
System Red Green Blue C M Y K H S L
Decimal 209 237 115 0.12 0 0.51 0.07 73.77 0.77 0.69
Hex D1 ED 73 C 0 33 7 4A 4D 45
Octal 321 355 163 14 0 63 7 112 115 105
Binary 11010001 11101101 1110011 1100 0 110011 111 1001010 1001101 1000101

Color Harmonies of #D1ED73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ED73

Black with #D1ED73

Text Example


Text Example

White with #D1ED73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ED73; }

 p { color: rgb(209,237,115); }

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

background-color css

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

 a { background-color: rgb(209,237,115); }

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

border-color css

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

 span { border-color: rgb(209,237,115); }

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