#D8F552

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

Shades of Mindaro #D8F552

Tints of Mindaro #D8F552

Color information

#D8F552 (or 0xD8F552) is unknown color: approx Mindaro. HEX triplet: D8, F5 and 52. RGB value is (216,245,82). Sum of RGB (Red+Green+Blue) = 216+245+82=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 82 (32.42% from 255 or 15.10% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #D8F552 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F552 is #270AAD. Grayscale: #DADADA. Windows color (decimal): -2558638 or 5436888. OLE color: 5436888.

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

Color convert

RGB21624582-
CMYK0.1200.670.04
HSL70.67º89.07%64.12%-
HSV(B)70.67º66.53%96.08%-
XYZ62.4980.5120.23-
YUV217.7551.39126.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.78%
GREEN value IS 245 (96.09% from 255) = 45.12%
BLUE value IS 82 (32.42% from 255) = 15.10%
R=39.78%
G=45.12%
B=15.10%

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
Decimal216245820.1200.670.0470.6789.0764.12
HexD8F552C0434475940
Octal3303651221401034107131100
Binary11011000111101011010010110001000011100100011110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F552; }

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

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

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

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

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

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

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

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