Html Css Color HEX #D3E061 Mindaro

📋 copy color: '#D3E061'

red 211 ◦ green 224 ◦ blue 97

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

Shades of Mindaro #D3E061

Tints of Mindaro #D3E061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.23%

R = 39.66%
G = 42.11%
B = 18.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#D3E061 (or 0xD3E061) is known color: Mindaro. HEX triplet: D3, E0 and 61. RGB value is (211,224,97). Sum of RGB (Red+Green+Blue) = 211+224+97=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E061 is #2C1F9E. Grayscale: #CECECE. Windows color (decimal): -2891679 or 6414547. OLE color: 6414547.

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

Color convert

RGB 211 224 97 -
CMYK 0.06 0 0.57 0.12
HSL 66.14º 0.67% 0.63% -
HSV(B) 66.14º 0.57% 0.88% -
XYZ 55.68 68.02 21.5 -
YUV 205.64 66.69 131.83 -
System Red Green Blue C M Y K H S L
Decimal 211 224 97 0.06 0 0.57 0.12 66.14 0.67 0.63
Hex D3 E0 61 6 0 39 C 42 43 3F
Octal 323 340 141 6 0 71 14 102 103 77
Binary 11010011 11100000 1100001 110 0 111001 1100 1000010 1000011 111111

Color Harmonies of #D3E061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E061

Black with #D3E061

Text Example


Text Example

White with #D3E061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E061; }

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

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

background-color css

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

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

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

border-color css

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

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

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