#D2F966

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

Shades of Mindaro #D2F966

Tints of Mindaro #D2F966

Color information

#D2F966 (or 0xD2F966) is unknown color: approx Mindaro. HEX triplet: D2, F9 and 66. RGB value is (210,249,102). Sum of RGB (Red+Green+Blue) = 210+249+102=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 102 (40.23% from 255 or 18.18% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F966 is #2D0699. Grayscale: #DDDDDD. Windows color (decimal): -2950810 or 6748626. OLE color: 6748626.

HSL color Cylindrical-coordinate representation of color #D2F966: hue angle of 75.92º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2F966 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB210249102-
CMYK0.1600.590.02
HSL75.92º92.45%68.82%-
HSV(B)75.92º59.04%97.65%-
XYZ62.8582.4125.16-
YUV220.5861.08120.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.43%
GREEN value IS 249 (97.66% from 255) = 44.39%
BLUE value IS 102 (40.23% from 255) = 18.18%
R=37.43%
G=44.39%
B=18.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102491020.1600.590.0275.9292.4568.82
HexD2F9661003B24c5c45
Octal322371146200732114134105
Binary1101001011111001110011010000011101110100110010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F966; }

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

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

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

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

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

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

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

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