Html Css Color HEX #D3EB73 Mindaro

📋 copy color: '#D3EB73'

red 211 ◦ green 235 ◦ blue 115

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

Shades of Mindaro #D3EB73

Tints of Mindaro #D3EB73

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.89%

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

R = 37.61%
G = 41.89%
B = 20.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#D3EB73 (or 0xD3EB73) is known color: Mindaro. HEX triplet: D3, EB and 73. RGB value is (211,235,115). Sum of RGB (Red+Green+Blue) = 211+235+115=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EB73 is #2C148C. Grayscale: #D6D6D6. Windows color (decimal): -2888845 or 7597011. OLE color: 7597011.

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

Color convert

RGB 211 235 115 -
CMYK 0.10 0 0.51 0.08
HSL 72º 0.75% 0.69% -
HSV(B) 72º 0.51% 0.92% -
XYZ 59.67 74.5 27.46 -
YUV 214.14 72.05 125.76 -
System Red Green Blue C M Y K H S L
Decimal 211 235 115 0.10 0 0.51 0.08 72 0.75 0.69
Hex D3 EB 73 A 0 33 8 48 4B 45
Octal 323 353 163 12 0 63 10 110 113 105
Binary 11010011 11101011 1110011 1010 0 110011 1000 1001000 1001011 1000101

Color Harmonies of #D3EB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EB73

Black with #D3EB73

Text Example


Text Example

White with #D3EB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EB73; }

 p { color: rgb(211,235,115); }

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

background-color css

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

 a { background-color: rgb(211,235,115); }

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

border-color css

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

 span { border-color: rgb(211,235,115); }

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