Html Css Color HEX #D3E45D Mindaro

📋 copy color: '#D3E45D'

red 211 ◦ green 228 ◦ blue 93

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

Shades of Mindaro #D3E45D

Tints of Mindaro #D3E45D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.86%

 BLUE value IS 93 (36.72% from 255) = 17.48%

R = 39.66%
G = 42.86%
B = 17.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#D3E45D (or 0xD3E45D) is known color: Mindaro. HEX triplet: D3, E4 and 5D. RGB value is (211,228,93). Sum of RGB (Red+Green+Blue) = 211+228+93=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #D3E45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E45D is #2C1BA2. Grayscale: #D0D0D0. Windows color (decimal): -2890659 or 6153427. OLE color: 6153427.

HSL color Cylindrical-coordinate representation of color #D3E45D: hue angle of 67.56º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D3E45D is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 211 228 93 -
CMYK 0.07 0 0.59 0.11
HSL 67.56º 0.71% 0.63% -
HSV(B) 67.56º 0.59% 0.89% -
XYZ 56.58 70.13 20.91 -
YUV 207.53 63.37 130.48 -
System Red Green Blue C M Y K H S L
Decimal 211 228 93 0.07 0 0.59 0.11 67.56 0.71 0.63
Hex D3 E4 5D 7 0 3B B 44 47 3F
Octal 323 344 135 7 0 73 13 104 107 77
Binary 11010011 11100100 1011101 111 0 111011 1011 1000100 1000111 111111

Color Harmonies of #D3E45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E45D

Black with #D3E45D

Text Example


Text Example

White with #D3E45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E45D; }

 p { color: rgb(211,228,93); }

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

background-color css

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

 a { background-color: rgb(211,228,93); }

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

border-color css

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

 span { border-color: rgb(211,228,93); }

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