#D3E075

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

Shades of Mindaro #D3E075

Tints of Mindaro #D3E075

Color information

#D3E075 (or 0xD3E075) is unknown color: approx Mindaro. HEX triplet: D3, E0 and 75. RGB value is (211,224,117). Sum of RGB (Red+Green+Blue) = 211+224+117=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E075 is #2C1F8A. Grayscale: #D0D0D0. Windows color (decimal): -2891659 or 7725267. OLE color: 7725267.

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

Color convert

RGB211224117-
CMYK0.0600.480.12
HSL67.29º63.31%66.86%-
HSV(B)67.29º47.77%87.84%-
XYZ56.7368.4427.05-
YUV207.9276.69130.2-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.22%
GREEN value IS 224 (87.89% from 255) = 40.58%
BLUE value IS 117 (46.09% from 255) = 21.20%
R=38.22%
G=40.58%
B=21.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2112241170.0600.480.1267.2963.3166.86
HexD3E0756030C433f43
Octal32334016560601410377103
Binary110100111110000011101011100110000110010000111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E075; }

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

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

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

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

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

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

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

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