#D2FF55

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

Shades of Mindaro #D2FF55

Tints of Mindaro #D2FF55

Color information

#D2FF55 (or 0xD2FF55) is unknown color: approx Mindaro. HEX triplet: D2, FF and 55. RGB value is (210,255,85). Sum of RGB (Red+Green+Blue) = 210+255+85=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 85 (33.59% from 255 or 15.45% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FF55 is #2D00AA. Grayscale: #DEDEDE. Windows color (decimal): -2949291 or 5636050. OLE color: 5636050.

HSL color Cylindrical-coordinate representation of color #D2FF55: hue angle of 75.88º 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 #D2FF55 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB21025585-
CMYK0.1800.670
HSL75.88º100%66.67%-
HSV(B)75.88º66.67%100%-
XYZ63.9885.8821.8-
YUV222.1650.59119.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.18%
GREEN value IS 255 (100% from 255) = 46.36%
BLUE value IS 85 (33.59% from 255) = 15.45%
R=38.18%
G=46.36%
B=15.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal210255850.1800.67075.8810066.67
HexD2FF551204304c6443
Octal3223771252201030114144103
Binary1101001011111111101010110010010000110100110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FF55; }

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

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

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

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

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

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

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

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