#D3F065

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

Shades of Mindaro #D3F065

Tints of Mindaro #D3F065

Color information

#D3F065 (or 0xD3F065) is unknown color: approx Mindaro. HEX triplet: D3, F0 and 65. RGB value is (211,240,101). Sum of RGB (Red+Green+Blue) = 211+240+101=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F065 is #2C0F9A. Grayscale: #D8D8D8. Windows color (decimal): -2887579 or 6680787. OLE color: 6680787.

HSL color Cylindrical-coordinate representation of color #D3F065: hue angle of 72.52º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D3F065 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB211240101-
CMYK0.1200.580.06
HSL72.52º82.25%66.86%-
HSV(B)72.52º57.92%94.12%-
XYZ60.3777.1124.01-
YUV215.4863.39124.8-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.22%
GREEN value IS 240 (94.14% from 255) = 43.48%
BLUE value IS 101 (39.84% from 255) = 18.30%
R=38.22%
G=43.48%
B=18.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2112401010.1200.580.0672.5282.2566.86
HexD3F065C03A6495243
Octal323360145140726111122103
Binary1101001111110000110010111000111010110100100110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F065; }

 p { color: rgb(211,240,101); }

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

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

 a { background-color: rgb(211,240,101); }

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

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

 span { border-color: rgb(211,240,101); }

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