#D4FF53

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

Shades of Mindaro #D4FF53

Tints of Mindaro #D4FF53

Color information

#D4FF53 (or 0xD4FF53) is unknown color: approx Mindaro. HEX triplet: D4, FF and 53. RGB value is (212,255,83). Sum of RGB (Red+Green+Blue) = 212+255+83=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 83 (32.81% from 255 or 15.09% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FF53 is #2B00AC. Grayscale: #DFDFDF. Windows color (decimal): -2818221 or 5504980. OLE color: 5504980.

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

Color convert

RGB21225583-
CMYK0.1700.670
HSL75º100%66.27%-
HSV(B)75º67.45%100%-
XYZ64.4786.1421.41-
YUV222.5449.25120.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.55%
GREEN value IS 255 (100% from 255) = 46.36%
BLUE value IS 83 (32.81% from 255) = 15.09%
R=38.55%
G=46.36%
B=15.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal212255830.1700.6707510066.27
HexD4FF531104304b6442
Octal3243771232101030113144102
Binary1101010011111111101001110001010000110100101111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FF53; }

 p { color: rgb(212,255,83); }

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

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

 a { background-color: rgb(212,255,83); }

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

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

 span { border-color: rgb(212,255,83); }

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