#D3E76B

Color #D3E76B Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #D3E76B

Tints of Mindaro #D3E76B

Color information

#D3E76B (or 0xD3E76B) is unknown color: approx Mindaro. HEX triplet: D3, E7 and 6B. RGB value is (211,231,107). Sum of RGB (Red+Green+Blue) = 211+231+107=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 231 - color contains mainly: green. Hex color #D3E76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3E76B is #2C1894. Grayscale: #D3D3D3. Windows color (decimal): -2889877 or 7071699. OLE color: 7071699.

HSL color Cylindrical-coordinate representation of color #D3E76B: hue angle of 69.68º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D3E76B is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB211231107-
CMYK0.0900.540.09
HSL69.68º72.09%66.27%-
HSV(B)69.68º53.68%90.59%-
XYZ58.0972.0624.76-
YUV210.8869.37128.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.43%
GREEN value IS 231 (90.62% from 255) = 42.08%
BLUE value IS 107 (42.19% from 255) = 19.49%
R=38.43%
G=42.08%
B=19.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2112311070.0900.540.0969.6872.0966.27
HexD3E76B90369464842
Octal3233471531106611106110102
Binary11010011111001111101011100101101101001100011010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E76B; }

 p { color: rgb(211,231,107); }

 H1.HeaderClassName
 {
   color: #D3E76B;
 }
 .AnyTagClassName
 {
   color: #D3E76B;
 }
</style>
background-color css

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

 a { background-color: rgb(211,231,107); }

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

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

 span { border-color: rgb(211,231,107); }

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