Html Css Color HEX #D3E05E Mindaro

📋 copy color: '#D3E05E'

red 211 ◦ green 224 ◦ blue 94

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

Shades of Mindaro #D3E05E

Tints of Mindaro #D3E05E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.34%

 BLUE value IS 94 (37.11% from 255) = 17.77%

R = 39.89%
G = 42.34%
B = 17.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#D3E05E (or 0xD3E05E) is known color: Mindaro. HEX triplet: D3, E0 and 5E. RGB value is (211,224,94). Sum of RGB (Red+Green+Blue) = 211+224+94=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E05E is #2C1FA1. Grayscale: #CDCDCD. Windows color (decimal): -2891682 or 6217939. OLE color: 6217939.

HSL color Cylindrical-coordinate representation of color #D3E05E: hue angle of 66º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D3E05E is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 224 94 -
CMYK 0.06 0 0.58 0.12
HSL 66º 0.68% 0.62% -
HSV(B) 66º 0.58% 0.88% -
XYZ 55.54 67.97 20.78 -
YUV 205.29 65.19 132.07 -
System Red Green Blue C M Y K H S L
Decimal 211 224 94 0.06 0 0.58 0.12 66 0.68 0.62
Hex D3 E0 5E 6 0 3A C 42 44 3E
Octal 323 340 136 6 0 72 14 102 104 76
Binary 11010011 11100000 1011110 110 0 111010 1100 1000010 1000100 111110

Color Harmonies of #D3E05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E05E

Black with #D3E05E

Text Example


Text Example

White with #D3E05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E05E; }

 p { color: rgb(211,224,94); }

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

background-color css

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

 a { background-color: rgb(211,224,94); }

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

border-color css

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

 span { border-color: rgb(211,224,94); }

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