#D2E05D

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

Shades of Mindaro #D2E05D

Tints of Mindaro #D2E05D

Color information

#D2E05D (or 0xD2E05D) is unknown color: approx Mindaro. HEX triplet: D2, E0 and 5D. RGB value is (210,224,93). Sum of RGB (Red+Green+Blue) = 210+224+93=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E05D is #2D1FA2. Grayscale: #CDCDCD. Windows color (decimal): -2957219 or 6152402. OLE color: 6152402.

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

Color convert

RGB21022493-
CMYK0.0600.580.12
HSL66.41º67.88%62.16%-
HSV(B)66.41º58.48%87.84%-
XYZ55.2167.820.53-
YUV204.8864.86131.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.85%
GREEN value IS 224 (87.89% from 255) = 42.50%
BLUE value IS 93 (36.72% from 255) = 17.65%
R=39.85%
G=42.50%
B=17.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal210224930.0600.580.1266.4167.8862.16
HexD2E05D603AC42443e
Octal32234013560721410210476
Binary110100101110000010111011100111010110010000101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E05D; }

 p { color: rgb(210,224,93); }

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

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

 a { background-color: rgb(210,224,93); }

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

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

 span { border-color: rgb(210,224,93); }

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