#D7FF55

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

Shades of Mindaro #D7FF55

Tints of Mindaro #D7FF55

Color information

#D7FF55 (or 0xD7FF55) is unknown color: approx Mindaro. HEX triplet: D7, FF and 55. RGB value is (215,255,85). Sum of RGB (Red+Green+Blue) = 215+255+85=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 85 (33.59% from 255 or 15.32% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7FF55 is #2800AA. Grayscale: #E0E0E0. Windows color (decimal): -2621611 or 5636055. OLE color: 5636055.

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

Color convert

RGB21525585-
CMYK0.1600.670
HSL74.12º100%66.67%-
HSV(B)74.12º66.67%100%-
XYZ65.4286.6221.87-
YUV223.6649.75121.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.74%
GREEN value IS 255 (100% from 255) = 45.95%
BLUE value IS 85 (33.59% from 255) = 15.32%
R=38.74%
G=45.95%
B=15.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal215255850.1600.67074.1210066.67
HexD7FF551004304a6443
Octal3273771252001030112144103
Binary1101011111111111101010110000010000110100101011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FF55; }

 p { color: rgb(215,255,85); }

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

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

 a { background-color: rgb(215,255,85); }

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

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

 span { border-color: rgb(215,255,85); }

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