#D6E965

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

Shades of Mindaro #D6E965

Tints of Mindaro #D6E965

Color information

#D6E965 (or 0xD6E965) is unknown color: approx Mindaro. HEX triplet: D6, E9 and 65. RGB value is (214,233,101). Sum of RGB (Red+Green+Blue) = 214+233+101=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E965 is #29169A. Grayscale: #D4D4D4. Windows color (decimal): -2692763 or 6678998. OLE color: 6678998.

HSL color Cylindrical-coordinate representation of color #D6E965: hue angle of 68.64º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6E965 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB214233101-
CMYK0.0800.570.09
HSL68.64º75%65.49%-
HSV(B)68.64º56.65%91.37%-
XYZ59.2273.5123.38-
YUV212.2765.21129.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 233 (91.41% from 255) = 42.52%
BLUE value IS 101 (39.84% from 255) = 18.43%
R=39.05%
G=42.52%
B=18.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142331010.0800.570.0968.647565.49
HexD6E96580399454b41
Octal3263511451007111105113101
Binary11010110111010011100101100001110011001100010110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E965; }

 p { color: rgb(214,233,101); }

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

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

 a { background-color: rgb(214,233,101); }

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

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

 span { border-color: rgb(214,233,101); }

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