#d2eb5c

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

Shades of Mindaro #D2EB5C

Tints of Mindaro #D2EB5C

Color information

#D2EB5C (or 0xD2EB5C) is unknown color: approx Mindaro. HEX triplet: D2, EB and 5C. RGB value is (210,235,92). Sum of RGB (Red+Green+Blue) = 210+235+92=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EB5C is #2D14A3. Grayscale: #D3D3D3. Windows color (decimal): -2954404 or 6089682. OLE color: 6089682.

HSL color Cylindrical-coordinate representation of color #D2EB5C: hue angle of 70.49º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D2EB5C is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB21023592-
CMYK0.1100.610.08
HSL70.49º78.14%64.12%-
HSV(B)70.49º60.85%92.16%-
XYZ58.2273.8921.32-
YUV211.2260.72127.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.11%
GREEN value IS 235 (92.19% from 255) = 43.76%
BLUE value IS 92 (36.33% from 255) = 17.13%
R=39.11%
G=43.76%
B=17.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal210235920.1100.610.0870.4978.1464.12
HexD2EB5CB03D8464e40
Octal3223531341307510106116100
Binary11010010111010111011100101101111011000100011010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2eb5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2eb5c; }

 p { color: rgb(210,235,92); }

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

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

 a { background-color: rgb(210,235,92); }

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

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

 span { border-color: rgb(210,235,92); }

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