#D7EF5D

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

Shades of Mindaro #D7EF5D

Tints of Mindaro #D7EF5D

Color information

#D7EF5D (or 0xD7EF5D) is unknown color: approx Mindaro. HEX triplet: D7, EF and 5D. RGB value is (215,239,93). Sum of RGB (Red+Green+Blue) = 215+239+93=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 239 - color contains mainly: green. Hex color #D7EF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7EF5D is #2810A2. Grayscale: #D7D7D7. Windows color (decimal): -2625699 or 6156247. OLE color: 6156247.

HSL color Cylindrical-coordinate representation of color #D7EF5D: hue angle of 69.86º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7EF5D is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB21523993-
CMYK0.1000.610.06
HSL69.86º82.02%65.1%-
HSV(B)69.86º61.09%93.73%-
XYZ60.8776.9722-
YUV215.1859.05127.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.31%
GREEN value IS 239 (93.75% from 255) = 43.69%
BLUE value IS 93 (36.72% from 255) = 17.00%
R=39.31%
G=43.69%
B=17.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal215239930.1000.610.0669.8682.0265.1
HexD7EF5DA03D6465241
Octal327357135120756106122101
Binary1101011111101111101110110100111101110100011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EF5D; }

 p { color: rgb(215,239,93); }

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

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

 a { background-color: rgb(215,239,93); }

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

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

 span { border-color: rgb(215,239,93); }

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