#D8FD5C

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

Shades of Mindaro #D8FD5C

Tints of Mindaro #D8FD5C

Color information

#D8FD5C (or 0xD8FD5C) is unknown color: approx Mindaro. HEX triplet: D8, FD and 5C. RGB value is (216,253,92). Sum of RGB (Red+Green+Blue) = 216+253+92=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 92 (36.33% from 255 or 16.40% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FD5C is #2702A3. Grayscale: #E0E0E0. Windows color (decimal): -2556580 or 6094296. OLE color: 6094296.

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

Color convert

RGB21625392-
CMYK0.1500.640.01
HSL73.79º97.58%67.65%-
HSV(B)73.79º63.64%99.22%-
XYZ65.3885.6223.21-
YUV223.5853.74122.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.50%
GREEN value IS 253 (99.22% from 255) = 45.10%
BLUE value IS 92 (36.33% from 255) = 16.40%
R=38.50%
G=45.10%
B=16.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal216253920.1500.640.0173.7997.5867.65
HexD8FD5CF04014a6244
Octal3303751341701001112142104
Binary110110001111110110111001111010000001100101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FD5C; }

 p { color: rgb(216,253,92); }

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

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

 a { background-color: rgb(216,253,92); }

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

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

 span { border-color: rgb(216,253,92); }

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