#D2F964

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

Shades of Mindaro #D2F964

Tints of Mindaro #D2F964

Color information

#D2F964 (or 0xD2F964) is unknown color: approx Mindaro. HEX triplet: D2, F9 and 64. RGB value is (210,249,100). Sum of RGB (Red+Green+Blue) = 210+249+100=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 100 (39.45% from 255 or 17.89% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F964 is #2D069B. Grayscale: #DCDCDC. Windows color (decimal): -2950812 or 6617554. OLE color: 6617554.

HSL color Cylindrical-coordinate representation of color #D2F964: hue angle of 75.7º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2F964 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB210249100-
CMYK0.1600.600.02
HSL75.7º92.55%68.43%-
HSV(B)75.7º59.84%97.65%-
XYZ62.7582.3724.65-
YUV220.3560.08120.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 249 (97.66% from 255) = 44.54%
BLUE value IS 100 (39.45% from 255) = 17.89%
R=37.57%
G=44.54%
B=17.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102491000.1600.600.0275.792.5568.43
HexD2F9641003C24c5d44
Octal322371144200742114135104
Binary1101001011111001110010010000011110010100110010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F964; }

 p { color: rgb(210,249,100); }

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

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

 a { background-color: rgb(210,249,100); }

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

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

 span { border-color: rgb(210,249,100); }

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