#D3F964

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

Shades of Mindaro #D3F964

Tints of Mindaro #D3F964

Color information

#D3F964 (or 0xD3F964) is unknown color: approx Mindaro. HEX triplet: D3, F9 and 64. RGB value is (211,249,100). Sum of RGB (Red+Green+Blue) = 211+249+100=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 100 (39.45% from 255 or 17.86% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F964 is #2C069B. Grayscale: #DDDDDD. Windows color (decimal): -2885276 or 6617555. OLE color: 6617555.

HSL color Cylindrical-coordinate representation of color #D3F964: hue angle of 75.3º 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 #D3F964 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB211249100-
CMYK0.1500.600.02
HSL75.3º92.55%68.43%-
HSV(B)75.3º59.84%97.65%-
XYZ63.0482.5224.66-
YUV220.6559.91121.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.68%
GREEN value IS 249 (97.66% from 255) = 44.46%
BLUE value IS 100 (39.45% from 255) = 17.86%
R=37.68%
G=44.46%
B=17.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112491000.1500.600.0275.392.5568.43
HexD3F964F03C24b5d44
Octal323371144170742113135104
Binary110100111111100111001001111011110010100101110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F964; }

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

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

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

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

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

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

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

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