#D6FD5D

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

Shades of Mindaro #D6FD5D

Tints of Mindaro #D6FD5D

Color information

#D6FD5D (or 0xD6FD5D) is unknown color: approx Mindaro. HEX triplet: D6, FD and 5D. RGB value is (214,253,93). Sum of RGB (Red+Green+Blue) = 214+253+93=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 253 (99.22% from 255 or 45.18% from 560); Blue value is 93 (36.72% from 255 or 16.61% from 560); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FD5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FD5D is #2902A2. Grayscale: #DFDFDF. Windows color (decimal): -2687651 or 6159830. OLE color: 6159830.

HSL color Cylindrical-coordinate representation of color #D6FD5D: hue angle of 74.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6FD5D is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB21425393-
CMYK0.1500.630.01
HSL74.62º97.56%67.84%-
HSV(B)74.62º63.24%99.22%-
XYZ64.8385.3423.41-
YUV223.154.58121.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.21%
GREEN value IS 253 (99.22% from 255) = 45.18%
BLUE value IS 93 (36.72% from 255) = 16.61%
R=38.21%
G=45.18%
B=16.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal214253930.1500.630.0174.6297.5667.84
HexD6FD5DF03F14b6244
Octal326375135170771113142104
Binary11010110111111011011101111101111111100101111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FD5D; }

 p { color: rgb(214,253,93); }

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

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

 a { background-color: rgb(214,253,93); }

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

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

 span { border-color: rgb(214,253,93); }

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