#D7F552

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

Shades of Mindaro #D7F552

Tints of Mindaro #D7F552

Color information

#D7F552 (or 0xD7F552) is unknown color: approx Mindaro. HEX triplet: D7, F5 and 52. RGB value is (215,245,82). Sum of RGB (Red+Green+Blue) = 215+245+82=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 82 (32.42% from 255 or 15.13% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #D7F552 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F552 is #280AAD. Grayscale: #DADADA. Windows color (decimal): -2624174 or 5436887. OLE color: 5436887.

HSL color Cylindrical-coordinate representation of color #D7F552: hue angle of 71.04º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D7F552 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB21524582-
CMYK0.1200.670.04
HSL71.04º89.07%64.12%-
HSV(B)71.04º66.53%96.08%-
XYZ62.280.3620.22-
YUV217.4551.56126.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.67%
GREEN value IS 245 (96.09% from 255) = 45.20%
BLUE value IS 82 (32.42% from 255) = 15.13%
R=39.67%
G=45.20%
B=15.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal215245820.1200.670.0471.0489.0764.12
HexD7F552C0434475940
Octal3273651221401034107131100
Binary11010111111101011010010110001000011100100011110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F552; }

 p { color: rgb(215,245,82); }

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

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

 a { background-color: rgb(215,245,82); }

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

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

 span { border-color: rgb(215,245,82); }

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