#D2F452

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

Shades of Mindaro #D2F452

Tints of Mindaro #D2F452

Color information

#D2F452 (or 0xD2F452) is unknown color: approx Mindaro. HEX triplet: D2, F4 and 52. RGB value is (210,244,82). Sum of RGB (Red+Green+Blue) = 210+244+82=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 244 (95.70% from 255 or 45.52% from 536); Blue value is 82 (32.42% from 255 or 15.30% from 536); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F452 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F452 is #2D0BAD. Grayscale: #D7D7D7. Windows color (decimal): -2952110 or 5436626. OLE color: 5436626.

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

Color convert

RGB21024482-
CMYK0.1400.660.04
HSL72.59º88.04%63.92%-
HSV(B)72.59º66.39%95.69%-
XYZ60.4579.0120.05-
YUV215.3752.74124.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.18%
GREEN value IS 244 (95.70% from 255) = 45.52%
BLUE value IS 82 (32.42% from 255) = 15.30%
R=39.18%
G=45.52%
B=15.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal210244820.1400.660.0472.5988.0463.92
HexD2F452E0424495840
Octal3223641221601024111130100
Binary11010010111101001010010111001000010100100100110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F452; }

 p { color: rgb(210,244,82); }

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

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

 a { background-color: rgb(210,244,82); }

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

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

 span { border-color: rgb(210,244,82); }

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