#D3E67C

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

Shades of Mindaro #D3E67C

Tints of Mindaro #D3E67C

Color information

#D3E67C (or 0xD3E67C) is unknown color: approx Mindaro. HEX triplet: D3, E6 and 7C. RGB value is (211,230,124). Sum of RGB (Red+Green+Blue) = 211+230+124=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 230 (90.23% from 255 or 40.71% from 565); Blue value is 124 (48.83% from 255 or 21.95% from 565); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3E67C is #2C1983. Grayscale: #D4D4D4. Windows color (decimal): -2890116 or 8185555. OLE color: 8185555.

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

Color convert

RGB211230124-
CMYK0.0800.460.10
HSL70.75º67.95%69.41%-
HSV(B)70.75º46.09%90.2%-
XYZ58.871.929.85-
YUV212.2478.21127.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.35%
GREEN value IS 230 (90.23% from 255) = 40.71%
BLUE value IS 124 (48.83% from 255) = 21.95%
R=37.35%
G=40.71%
B=21.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2112301240.0800.460.1070.7567.9569.41
HexD3E67C802EA474445
Octal3233461741005612107104105
Binary11010011111001101111100100001011101010100011110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E67C; }

 p { color: rgb(211,230,124); }

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

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

 a { background-color: rgb(211,230,124); }

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

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

 span { border-color: rgb(211,230,124); }

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