#D5FF52

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

Shades of Mindaro #D5FF52

Tints of Mindaro #D5FF52

Color information

#D5FF52 (or 0xD5FF52) is unknown color: approx Mindaro. HEX triplet: D5, FF and 52. RGB value is (213,255,82). Sum of RGB (Red+Green+Blue) = 213+255+82=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 82 (32.42% from 255 or 14.91% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FF52 is #2A00AD. Grayscale: #DFDFDF. Windows color (decimal): -2752686 or 5439445. OLE color: 5439445.

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

Color convert

RGB21325582-
CMYK0.1600.680
HSL74.57º100%66.08%-
HSV(B)74.57º67.84%100%-
XYZ64.7286.2821.22-
YUV222.7248.59121.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 255 (100% from 255) = 46.36%
BLUE value IS 82 (32.42% from 255) = 14.91%
R=38.73%
G=46.36%
B=14.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213255820.1600.68074.5710066.08
HexD5FF521004404b6442
Octal3253771222001040113144102
Binary1101010111111111101001010000010001000100101111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FF52; }

 p { color: rgb(213,255,82); }

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

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

 a { background-color: rgb(213,255,82); }

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

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

 span { border-color: rgb(213,255,82); }

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