#D1FE55

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

Shades of Mindaro #D1FE55

Tints of Mindaro #D1FE55

Color information

#D1FE55 (or 0xD1FE55) is unknown color: approx Mindaro. HEX triplet: D1, FE and 55. RGB value is (209,254,85). Sum of RGB (Red+Green+Blue) = 209+254+85=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 85 (33.59% from 255 or 15.51% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FE55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FE55 is #2E01AA. Grayscale: #DDDDDD. Windows color (decimal): -3015083 or 5635793. OLE color: 5635793.

HSL color Cylindrical-coordinate representation of color #D1FE55: hue angle of 75.98º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1FE55 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB20925485-
CMYK0.1800.670.00
HSL75.98º98.83%66.47%-
HSV(B)75.98º66.54%99.61%-
XYZ63.3885.0921.68-
YUV221.2851.09119.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.14%
GREEN value IS 254 (99.61% from 255) = 46.35%
BLUE value IS 85 (33.59% from 255) = 15.51%
R=38.14%
G=46.35%
B=15.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal209254850.1800.670.0075.9898.8366.47
HexD1FE551204304c6342
Octal3213761252201030114143102
Binary1101000111111110101010110010010000110100110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FE55; }

 p { color: rgb(209,254,85); }

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

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

 a { background-color: rgb(209,254,85); }

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

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

 span { border-color: rgb(209,254,85); }

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